a25d86a8 by 肖初晴

【DAOP-1.0】数据需求

【功能点】功能开发
1 parent a2adac14
...@@ -68,10 +68,10 @@ public class DemandRQVO extends FlowRQBaseVO { ...@@ -68,10 +68,10 @@ public class DemandRQVO extends FlowRQBaseVO {
68 private String dataDemandFieldAttachJson; 68 private String dataDemandFieldAttachJson;
69 69
70 /** 70 /**
71 * 期望交付时间 71 * 期望交付日期
72 */ 72 */
73 @Schema(description = "期望交付时间") 73 @Schema(description = "期望交付日期")
74 @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") 74 @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
75 private Date deliveryTime; 75 private Date deliveryTime;
76 76
77 /** 77 /**
...@@ -169,7 +169,7 @@ public class DemandRQVO extends FlowRQBaseVO { ...@@ -169,7 +169,7 @@ public class DemandRQVO extends FlowRQBaseVO {
169 * 验收完成时间 169 * 验收完成时间
170 */ 170 */
171 @Schema(description = "验收完成时间") 171 @Schema(description = "验收完成时间")
172 @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") 172 @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
173 private Date acceptFinishTime; 173 private Date acceptFinishTime;
174 174
175 /** 175 /**
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!