加项单支付状态

This commit is contained in:
xianyi
2026-01-09 11:33:28 +08:00
parent 8df95d2104
commit f9a4e1dc1f
3 changed files with 18 additions and 0 deletions

View File

@@ -553,6 +553,12 @@ export interface PoAddItemCustomerInfo {
is_vip_name?: string | null;
/** 联系电话 */
phone?: string | null;
/** 是否到检0-未到检 1-已到检) */
is_sign_in?: number | null;
/** 挂账公司ID */
company_id?: number | null;
/** 挂账公司名称 */
company_name?: string | null;
}
/**