@ -180,5 +180,5 @@ public class MesPart extends BaseBean implements Serializable {
@Transient
@ApiParam("是否绑定关键件")
private Integer isBingKey;
private Integer isBindKey;
}
@ -190,6 +190,10 @@ public class MesProduceSnTravel extends BaseBean implements Serializable {
@ApiParam("条码类型名称")
private String snTypeName;
@ApiParam("节拍时间")
private Integer cycleTime;
public double getQtyVal() {
return this.qty == null ? 0.0d : this.qty;