天津麦格纳问题修复

yun-zuoyi
宋军超 5 years ago
parent cb39559a3d
commit 0c855ba2af

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

Loading…
Cancel
Save