领料单头增加工作站显示,领料时间精确到分钟

This commit is contained in:
yinjinlu-pc\尹金路 2024-09-08 10:29:34 +08:00
parent 4d4f91ccaa
commit d5e8d4499f

View File

@ -107,8 +107,8 @@ public class WmIssueHeader extends BaseEntity
private String areaName;
/** 领料日期 */
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "领料日期", width = 30, dateFormat = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd hh:mm")
@Excel(name = "领料日期", width = 30, dateFormat = "yyyy-MM-dd hh:mm")
private Date issueDate;
/** 单据状态 */