Merge pull request '北京扩展对象结构表增加项目代码字段' (#374) from honghui.jiang/i3plus-pojo:test into test

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

@ -68,4 +68,8 @@ public class MesExtendObjectCfg extends BaseBean implements Serializable {
@Column(name = "ORIGINAL_FIELD_CODE")
@ApiParam("原始字段代码")
private String originalFieldCode;
@Column(name = "PROD_CFG_TYPE_CODE")
@ApiParam("项目代码")
private String prodCfgTypeCode;
}

Loading…
Cancel
Save