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