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