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

yun-zuoyi
jokelone 6 years ago
parent f7c89fa6b1
commit 07ee1971ae

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

Loading…
Cancel
Save