【DAOP-1.0】数据需求
【功能点】联调问题处理
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -77,7 +77,7 @@ public class DemandRSVO { | ... | @@ -77,7 +77,7 @@ public class DemandRSVO { |
| 77 | * 期望交付时间 | 77 | * 期望交付时间 |
| 78 | */ | 78 | */ |
| 79 | @Schema(description = "期望交付时间") | 79 | @Schema(description = "期望交付时间") |
| 80 | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 80 | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| 81 | private Date deliveryTime; | 81 | private Date deliveryTime; |
| 82 | 82 | ||
| 83 | /** | 83 | /** |
| ... | @@ -175,7 +175,7 @@ public class DemandRSVO { | ... | @@ -175,7 +175,7 @@ public class DemandRSVO { |
| 175 | * 验收完成时间 | 175 | * 验收完成时间 |
| 176 | */ | 176 | */ |
| 177 | @Schema(description = "验收完成时间") | 177 | @Schema(description = "验收完成时间") |
| 178 | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 178 | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| 179 | private Date acceptFinishTime; | 179 | private Date acceptFinishTime; |
| 180 | 180 | ||
| 181 | /** | 181 | /** | ... | ... |
-
Please register or sign in to post a comment