【DAOP-1.0】数据需求
【功能点】功能开发
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -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 | /** | ... | ... | 
- 
Please register or sign in to post a comment
