懒羊羊
2023-10-17 5d91e0a52879bf16511817b3cd20496f07717ab1
guns-vip-main/src/main/java/cn/stylefeng/guns/opcua/entity/OpcuaConf.java
@@ -46,7 +46,7 @@
     * 类型
     */
    @TableField("sys_types")
    private String sys_types;
    private String sysTypes;
    /**
     * 功能说明
@@ -111,12 +111,12 @@
        this.length = length;
    }
    public String getSys_types() {
        return sys_types;
    public String getSysTypes() {
        return sysTypes;
    }
    public void setSys_types(String sys_types) {
        this.sys_types = sys_types;
    public void setSysTypes(String sysTypes) {
        this.sysTypes = sysTypes;
    }
    public String getFunctionality() {
@@ -166,7 +166,7 @@
        ", module=" + module +
        ", node=" + node +
        ", length=" + length +
        ", sys_types=" + sys_types + ", " + "functionality=" + functionality +
        ", sysTypes=" + sysTypes + ", " + "functionality=" + functionality +
        ", subscribe=" + subscribe +
        ", rModule=" + rModule +
        ", rFunction=" + rFunction +