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