加项单支付状态
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user