mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-09-17 10:31:54 +08:00
CRM-合同:完善合同表单
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import request from '@/config/axios'
|
||||
import { ProductExpandVO } from '@/api/crm/product'
|
||||
|
||||
export interface ContractVO {
|
||||
id: number
|
||||
@@ -20,6 +21,7 @@ export interface ContractVO {
|
||||
signUserId: number
|
||||
contactLastTime: Date
|
||||
remark: string
|
||||
productItems: ProductExpandVO[]
|
||||
}
|
||||
|
||||
// 查询 CRM 合同列表
|
||||
|
Reference in New Issue
Block a user