Merge branch 'test' into ext-dev

yun-zuoyi
nies 3 years ago
commit 1f0fb96c94

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