sgj
2026-01-29 1ca48170fed2b32e2939049e2161118c0c521350
fzzy-igdss-core/src/main/java/com/fzzy/igds/domain/InoutConf.java
@@ -117,11 +117,6 @@
    @TableField("remark")
    private String remark;
    //异常信息
    @Transient
    private String errorMsg;
    public InoutConf() {
        super();
    }
@@ -147,7 +142,6 @@
        this.snapType = conf.getSnapType();
        this.mediaAddr = conf.getMediaAddr();
        this.remark = conf.getRemark();
        this.errorMsg = conf.getErrorMsg();
    }
    public InoutConf(String sort) {