【客户JIT生产队列增加字段】

yun-zuoyi
陈思洁 5 years ago
parent 31791ea8cc
commit d3f754c8a6

@ -134,6 +134,14 @@ public class MesQueueJitActual extends BaseBean implements Serializable {
@ApiParam("工单类型") @ApiParam("工单类型")
private Integer woType; private Integer woType;
@Column(name = "OFFLINE_TIME")
@ApiParam("下线时间")
private String offlineTime;
@Column(name = "NOTICE_SIGN")
@ApiParam("通知标识")
private String noticeSign;
@Transient @Transient
@ApiParam("客户需求开始时间") @ApiParam("客户需求开始时间")
private String custPointStartDate; private String custPointStartDate;

Loading…
Cancel
Save