CRM:完善商机产品的展示列表

This commit is contained in:
YunaiV
2024-02-22 12:45:15 +08:00
parent 8512fe6b43
commit cf7036d34b
3 changed files with 83 additions and 0 deletions

View File

@ -27,6 +27,19 @@ export interface BusinessVO {
creatorName?: string // 创建人名称
createTime: Date // 创建时间
updateTime: Date // 更新时间
products?: [
{
id: number
productId: number
productName: string
productNo: string
productUnit: number
productPrice: number
businessPrice: number
count: number
totalPrice: number
}
]
}
// 查询 CRM 商机列表