保质期格式修改;
This commit is contained in:
+2
-2
@@ -397,7 +397,7 @@ public class ReserveInMaterialDetail extends BaseVOEntity {
|
|||||||
private BigDecimal reserveUnitPrice;
|
private BigDecimal reserveUnitPrice;
|
||||||
|
|
||||||
@ApiModelProperty(value = "保质期")
|
@ApiModelProperty(value = "保质期")
|
||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
private Date shelfLife;
|
private Date shelfLife;
|
||||||
}
|
}
|
||||||
+2
-2
@@ -499,8 +499,8 @@ public class ReserveInMaterialDetailPO extends ReserveStockInOrderBasePO {
|
|||||||
private BigDecimal reserveUnitPrice;
|
private BigDecimal reserveUnitPrice;
|
||||||
|
|
||||||
@ApiModelProperty(value = "保质期")
|
@ApiModelProperty(value = "保质期")
|
||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
private Date shelfLife;
|
private Date shelfLife;
|
||||||
|
|
||||||
}
|
}
|
||||||
+2
-2
@@ -462,8 +462,8 @@ public class ReserveInMaterialDetailDO extends ReserveStockInOrderBaseDO {
|
|||||||
private BigDecimal reserveUnitPrice;
|
private BigDecimal reserveUnitPrice;
|
||||||
|
|
||||||
@ApiModelProperty(value = "保质期")
|
@ApiModelProperty(value = "保质期")
|
||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
private Date shelfLife;
|
private Date shelfLife;
|
||||||
|
|
||||||
}
|
}
|
||||||
+2
-2
@@ -468,7 +468,7 @@ public class ReserveInMaterialDetailDTO extends BaseVOEntity {
|
|||||||
private BigDecimal reserveUnitPrice;
|
private BigDecimal reserveUnitPrice;
|
||||||
|
|
||||||
@ApiModelProperty(value = "保质期")
|
@ApiModelProperty(value = "保质期")
|
||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
private Date shelfLife;
|
private Date shelfLife;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user