Merge branch 'test' of jhforever.wang/wangjie-i3plus-pojo into test

yun-zuoyi
王杰 5 years ago committed by nancy.li
commit 22accd397f

@ -375,6 +375,18 @@ public class MesWorkOrder extends BaseBean implements Serializable {
@ApiParam("行颜色")
private String rowColor;
@Transient
@ApiParam("一检数量")
private Integer endCheckQty;
@Transient
@ApiParam("终检数量")
private Integer finalInspectionQty;
@Transient
@ApiParam("已报工数量")
private Integer productOffLineQty;
public double getQtyVal() {
return this.qty == null ? 0.0d : this.qty;
}

@ -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