|
|
|
@ -192,7 +192,7 @@ public class MesProduceSnTravel extends BaseBean implements Serializable {
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("节拍时间")
|
|
|
|
|
private Integer cycleTime;
|
|
|
|
|
private Integer cycleTime = 0;
|
|
|
|
|
|
|
|
|
|
public double getQtyVal() {
|
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
|