CRM-合同:完善合同表单

(cherry picked from commit 331b6c5611)
This commit is contained in:
puhui999
2024-01-27 23:18:52 +08:00
committed by shizhong
parent 0ada34de16
commit e04bb9e03e
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[]
}