jiazx0107@163.com
2023-08-18 18c35e5010d11a49a4ce4f346e760a9bd1988c6c
igds-core/src/main/java/com/ld/igds/inout/dto/ApiInoutData.java
@@ -90,7 +90,7 @@
    private String actionCode;
    //设备编号
    private String deviceId;
    private int deviceCode;
    public ApiInoutData() {
@@ -117,5 +117,6 @@
        this.snapType = conf.getSnapType();
        this.mediaAddr = conf.getMediaAddr();
        this.errorMsg = conf.getErrorMsg();
        this.deviceCode = conf.getInOrder();
    }
}