工单生产时间变更定时任务实体

yun-zuoyi
王杰 5 years ago
parent 0e75cde494
commit 97be3f186a

@ -43,6 +43,10 @@ public class MesWorkStartCache extends BaseBean implements Serializable {
@ApiParam("工作中心代码")
private String workCenterCode;
@Column(name = "PAUSE_TIME")
@ApiParam("暂停时间")
private String pauseTime;
@Column(name = "ACTUAL_START_TIME")
@ApiParam("实际启动时间")
private String actualStartTime;

Loading…
Cancel
Save