【天津看板问题修复】

yun-zuoyi
陈思洁 5 years ago
parent e250883f22
commit 6c04caf728

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

Loading…
Cancel
Save