|
|
@ -51,6 +51,10 @@ public class MesWorkCell extends BaseBean {
|
|
|
|
@ApiParam("工位类型")
|
|
|
|
@ApiParam("工位类型")
|
|
|
|
private Integer workCellType;
|
|
|
|
private Integer workCellType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "SEQ")
|
|
|
|
|
|
|
|
@ApiParam("序号")
|
|
|
|
|
|
|
|
private Integer seq;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
@ApiParam(value = "子集列表")
|
|
|
|
@ApiParam(value = "子集列表")
|
|
|
|
private List<MesEquipment> childTreeList;
|
|
|
|
private List<MesEquipment> childTreeList;
|
|
|
|