|
|
|
@ -358,6 +358,10 @@ public class MesWorkOrder extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("小车号")
|
|
|
|
|
private String smallCarNo;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("行颜色")
|
|
|
|
|
private String rowColor;
|
|
|
|
|
|
|
|
|
|
public double getQtyVal() {
|
|
|
|
|
return this.qty == null ? 0.0d : this.qty;
|
|
|
|
|
}
|
|
|
|
|