Merge remote-tracking branch 'origin/dev' into dev

yun-zuoyi
qinjia zou 6 years ago
commit f7c89fa6b1

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