CRM-合同:完善合同表单

This commit is contained in:
puhui999
2024-01-27 23:18:52 +08:00
parent ed94205fa7
commit 331b6c5611
2 changed files with 8 additions and 6 deletions

View File

@ -15,11 +15,10 @@ export interface ContractVO {
price: number
discountPercent: number
productPrice: number
roUserIds: string
rwUserIds: string
contactId: number
signUserId: number
contactLastTime: Date
status: number
remark: string
productItems: ProductExpandVO[]
}