yun-zuoyi
陈思洁 4 years ago
commit c2dbff5d5a

@ -180,5 +180,5 @@ public class MesPart extends BaseBean implements Serializable {
@Transient @Transient
@ApiParam("是否绑定关键件") @ApiParam("是否绑定关键件")
private Integer isBingKey; private Integer isBindKey;
} }

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

Loading…
Cancel
Save