yun-zuoyi
许心洁 5 years ago
commit 81543e3697

@ -81,5 +81,9 @@ public class MesBoardLine extends BaseBean implements Serializable {
@ApiParam("是否展示")
private Integer isDisplay;
@Column(name = "OEE_RED_LINE_VALUE")
@ApiParam("OEE红线值")
private String oeeRedLineValue;
}

@ -59,4 +59,7 @@ public class MgnBoardListModel {
@ApiParam("产线集合")
private List<MgnBoardListColorModel> workCenterList;
@ApiParam("平均OEE")
private Double oeePercent;
}

@ -28,7 +28,7 @@ public class WmsAutoPurchasePartModel extends Pager {
private String unit;
@ApiParam("物料数量")
private Integer qty;
private Double qty;
@ApiParam("Erp库存地")
private String erpWarehouse;
@ -44,8 +44,7 @@ public class WmsAutoPurchasePartModel extends Pager {
private Integer preReceivingDay;
public WmsAutoPurchasePartModel(String partNo, String partName, Integer qty, String warehouse, Integer preReceivingDay) {
public WmsAutoPurchasePartModel(String partNo, String partName, Double qty, String warehouse, Integer preReceivingDay) {
this.partNo = partNo;
this.partName = partName;
this.qty = qty;

Loading…
Cancel
Save