mirror of
https://gitee.com/guchengwuyue/crm.git
synced 2025-12-06 17:08:28 +08:00
修复时间类型
This commit is contained in:
parent
bb617528ea
commit
bca2dd14dc
@ -36,7 +36,7 @@ public class CrmCustomerRespVO {
|
||||
|
||||
@Schema(description = "成交时间")
|
||||
@ExcelProperty("成交时间")
|
||||
private Integer dealTime;
|
||||
private LocalDateTime dealTime;
|
||||
|
||||
@Schema(description = "1锁定")
|
||||
@ExcelProperty("1锁定")
|
||||
|
||||
@ -36,7 +36,7 @@ public class CrmCustomerSaveReqVO {
|
||||
private Integer dealStatus;
|
||||
|
||||
@Schema(description = "成交时间")
|
||||
private Integer dealTime;
|
||||
private LocalDateTime dealTime;
|
||||
|
||||
@Schema(description = "1锁定")
|
||||
private Boolean isLock;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user