w发31
This commit is contained in:
+2
-1
@@ -436,5 +436,6 @@ public class ReservationInMaterialDetailDO extends ReservationStockInOrderBaseDO
|
|||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
private Date drinkDate;
|
private Date drinkDate;
|
||||||
|
private String expiryDate;
|
||||||
|
private String productionDate;
|
||||||
}
|
}
|
||||||
+2
@@ -447,4 +447,6 @@ public class ReservationInMaterialDetailDTO extends BaseVOEntity {
|
|||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
private Date drinkDate;
|
private Date drinkDate;
|
||||||
|
private String expiryDate;
|
||||||
|
private String productionDate;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user