|
@@ -113,11 +113,12 @@ public class MaterialPlan extends DataEntity<MaterialPlan> {
|
|
|
this.planToBatch = planToBatch;
|
|
|
}
|
|
|
@ExcelField(title="供货计划到日", align=2, sort=12)
|
|
|
- @JsonFormat(pattern = "YYYY-MM-DD HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "YYYY-MM-DD")
|
|
|
public Date getDeliverySchedule() {
|
|
|
return deliverySchedule;
|
|
|
}
|
|
|
- @JsonFormat(pattern = "YYYY-MM-DD HH:mm:ss")
|
|
|
+
|
|
|
+ @JsonFormat(pattern = "YYYY-MM-DD")
|
|
|
public void setDeliverySchedule(Date deliverySchedule) {
|
|
|
this.deliverySchedule = deliverySchedule;
|
|
|
}
|