CRM:完善回款 plan 列表

This commit is contained in:
YunaiV
2024-02-25 09:23:36 +08:00
parent f30f71b775
commit 5cb86589c6
3 changed files with 90 additions and 10 deletions

View File

@ -14,6 +14,10 @@ export interface ReceivablePlanVO {
contractId: number
ownerUserId: number
remark: string
receivable?: {
price: number
returnTime: Date
}
}
// 查询回款计划列表