【13526 20027--产线管控中增加一个开线检测按钮用于临时开线-2020-12-30】

yun-zuoyi
陈思洁 5 years ago
parent b3a7d77087
commit 6f5204d536

@ -86,6 +86,10 @@ public class MesWorkCenter extends BaseBean implements Serializable {
@ApiParam("是否需要设备自动报警")
private Integer isEquMonitor;
@Column(name = "IS_TEMPORARY")
@ApiParam("是否临时开线")
private Integer isTemporary = 2;
@Transient
@ApiParam(value = "子集列表")
private List<MesWorkCell> childTreeList;

Loading…
Cancel
Save