出库业务单导入日期不准;

This commit is contained in:
王奎兴
2026-05-28 17:18:57 +08:00
parent 7fffad4db5
commit 162b4f386c
@@ -360,7 +360,7 @@ public class ReservationStockOutOrderDO extends BaseVOEntity {
private String containerNoName;
@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")
@Excel(name = "出仓日期", width = 30, dateFormat = "yyyy-MM-dd")
private Date outboundDate;