jiazx0107
2025-12-31 68bb6e383fdb33218f7ac6c37499f8112c1ea9f5
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) {