Merge branch 'test' into ext-dev

yun-zuoyi
nies 3 years ago
commit a395c806ea

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