【bug:6522工位增加序号字段】

yun-zuoyi
jokelone 6 years ago
parent f969ab4599
commit c5bc44f29a

@ -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;

Loading…
Cancel
Save