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