出库业务单导入日期不准;
This commit is contained in:
+1
-1
@@ -360,7 +360,7 @@ public class ReservationStockOutOrderDO extends BaseVOEntity {
|
|||||||
private String containerNoName;
|
private String containerNoName;
|
||||||
|
|
||||||
@ApiModelProperty("出仓日期")
|
@ApiModelProperty("出仓日期")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
@Excel(name = "出仓日期", width = 30, dateFormat = "yyyy-MM-dd")
|
@Excel(name = "出仓日期", width = 30, dateFormat = "yyyy-MM-dd")
|
||||||
private Date outboundDate;
|
private Date outboundDate;
|
||||||
|
|||||||
Reference in New Issue
Block a user