yangys
2025-11-21 e8ed1a91c77ab62a924f12acd55777f227bacd7e
smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/dto/ProcessParameterVO.java
@@ -103,11 +103,13 @@
    }
    public Long getRealTime() {
       return this.realTime;
       /*
       if(this.time != null) {
          return this.time.getTime();
       }else {
          return null;
       }
       }*/
    }
    public String getCollectItem() {