|
@@ -85,7 +85,7 @@ public class PlanQuarterStandardVo extends PageVo {
|
|
|
*/
|
|
|
@Excel(name = "计划提报需求时间", dateFormat = "yyyy-MM")
|
|
|
@ApiModelProperty(value = "计划提报需求时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date planDemandSubTime;
|
|
|
|
|
|
/**
|
|
@@ -93,7 +93,7 @@ public class PlanQuarterStandardVo extends PageVo {
|
|
|
*/
|
|
|
@Excel(name = "计划完成采购时间", dateFormat = "yyyy-MM")
|
|
|
@ApiModelProperty(value = "计划完成采购时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date planPurchaseFinishTime;
|
|
|
|
|
|
/**
|
|
@@ -101,7 +101,7 @@ public class PlanQuarterStandardVo extends PageVo {
|
|
|
*/
|
|
|
@Excel(name = "计划交付(实施)时间", dateFormat = "yyyy-MM")
|
|
|
@ApiModelProperty(value = "计划交付时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private Date planDeliverTime;
|
|
|
|
|
|
/**
|