代码审核 修改2

yun-zuoyi
WYnneaoapc 6 years ago
parent 56e6cf7918
commit b4cea27a5b

@ -51,4 +51,8 @@ public class MesObjectCfg extends BaseBean {
@ApiParam("对应的pojo属性")
private String pojoAttr;
@Column(name = "IS_SAVE")
@ApiParam("是否保存 1存 2不存")
private Integer isSave;
}

@ -51,4 +51,8 @@ public class MesObjectCfg extends BaseBean {
@ApiParam("对应的pojo属性")
private String pojoAttr;
@Column(name = "IS_SAVE")
@ApiParam("是否保存 1存 2不存")
private Integer isSave;
}

Loading…
Cancel
Save