@ -46,4 +46,8 @@ public class MesWorkCell extends BaseBean {
@Column(name = "WORK_CELL_TYPE")
@ApiParam("工位类型")
private Integer workCellType;
@Column(name = "SEQ")
@ApiParam("序号")
private Integer seq;
}