Merge branches 'ext-dev' and 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into ext-dev

yun-zuoyi
puxiao.liao 4 years ago
commit 339538fa71

@ -40,6 +40,10 @@ public class MesLockRecord extends BaseBean implements Serializable {
@ApiParam("工位代码")
private String workCellCode;
@Column(name = "WORK_CELL_NAME")
@ApiParam("工位名称")
private String workCellName;
@Column(name = "PROCESS_CODE")
@ApiParam("工序代码")
private String processCode;

Loading…
Cancel
Save