Merge pull request 'MesBypssMapping表增加产品位置字段' (#361) from honghui.jiang/i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/361
yun-zuoyi
聂帅 3 years ago
commit 6f40e3df8f

@ -45,6 +45,10 @@ public class MesBypassMapping extends BaseBean implements Serializable {
@ApiParam("是否显示")
private Integer isDisplay;
@Column(name = "PART_LOCATION")
@ApiParam("产品位置")
private String partLocation;
@Column(name = "PROD_CFG_TYPE_CODE")
@ApiParam("项目代码")
private String prodCfgTypeCode;

Loading…
Cancel
Save