CRM:【联系人】统一字段

This commit is contained in:
YunaiV
2024-01-03 23:30:29 +08:00
parent d71097ac31
commit 5e265a9094
3 changed files with 92 additions and 99 deletions

View File

@ -8,7 +8,7 @@ export interface ContactVO {
email: string
post: string
customerId: number
address: string
detailAddress: string
remark: string
ownerUserId: string
lastTime: Date