Merge pull request 'MesKpsnRule(关键件条码校验规则),MesBypassMapping(MES_BYPASS项映射关系)增加项目代(prodCfgTypeCode)' (#318) from honghui.jiang/i3plus-pojo:test into test

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

@ -44,4 +44,8 @@ public class MesBypassMapping extends BaseBean implements Serializable {
@Column(name = "IS_DISPLAY")
@ApiParam("是否显示")
private Integer isDisplay;
@Column(name = "PROD_CFG_TYPE_CODE")
@ApiParam("项目代码")
private String prodCfgTypeCode;
}

@ -32,6 +32,11 @@ import java.io.Serializable;
@Api("关键件条码校验规则")
public class MesKpsnRule extends BaseBean implements Serializable {
private static final long serialVersionUID = 2592621267902381297L;
@Column(name = "PROD_CFG_TYPE_CODE")
@ApiParam("项目代码")
private String prodCfgTypeCode;
@Column(name = "PART_NO")
@ApiParam("物料号")
private String partNo;

Loading…
Cancel
Save