对象结构增加plc代码

yun-zuoyi
王杰 4 years ago
parent cfcb4bda03
commit 257bd43a8f

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