yun-zuoyi
puxiao.liao 5 years ago
commit d4eef85177

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