|
|
|
@ -363,14 +363,6 @@ public class MesWorkOrder extends BaseBean implements Serializable {
|
|
|
|
|
private Integer isFictive = 2;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("圈数")
|
|
|
|
|
private Integer rounds;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("小车号")
|
|
|
|
|
private String smallCarNo;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("行颜色")
|
|
|
|
|
private String rowColor;
|
|
|
|
|
|
|
|
|
@ -390,6 +382,46 @@ public class MesWorkOrder extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("生产节拍")
|
|
|
|
|
private Integer takt;
|
|
|
|
|
|
|
|
|
|
/********************** 动态冗余字段(界面维护大写) *********************************/
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("基准时间")
|
|
|
|
|
private String standardDate;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("圈数")
|
|
|
|
|
private Integer rounds;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("节拍")
|
|
|
|
|
private Integer chainSpeed;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("小车号")
|
|
|
|
|
private String smallCarNo;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("小车数量")
|
|
|
|
|
private Integer smallCarAmount;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("标包")
|
|
|
|
|
private Integer standardPackage;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("包规代码")
|
|
|
|
|
private String packageGauge;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("反喷标识")
|
|
|
|
|
private String reverseSprayMark;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("模具编号集合")
|
|
|
|
|
private String mouldCodeList;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public double getQtyVal() {
|
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
|