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