a25d86a8 by 肖初晴

【DAOP-1.0】数据需求

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