@ -52,4 +52,12 @@ public class MesWorkCell extends BaseBean implements Serializable {
@Column(name = "SEQ")
@ApiParam("序号")
private Integer seq;
@Column(name = "WORK_CELL_IP")
@ApiParam("工作单元IP")
private String workCellIp;
@Column(name = "WORK_CELL_PORT")
@ApiParam("工作单元端口")
private String workCellPort;
}
@ -57,6 +57,14 @@ public class MesWorkCell extends BaseBean implements Serializable {
@Transient
@ApiParam(value = "子集列表")
private List<MesEquipment> childTreeList;