Merge pull request '对象结构增加plc代码' (#280) from jhforever.wang/wangjie-i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/280
yun-zuoyi
王杰 4 years ago
commit 872a84eafd

@ -69,6 +69,10 @@ public class MesObjectCfg extends BaseBean implements Serializable {
@ApiParam("是否显示")
private Integer isShow;
@Column(name = "PLC_CODE")
@ApiParam("PLC代码")
private String plcCode;
@Transient
@ApiParam("是否存储名")
private String isSaveName;

Loading…
Cancel
Save