JISA导入优化

yun-zuoyi
joke.wang 4 years ago
parent fbab36aad2
commit 0c4e6359fc

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