yangys
2024-10-30 25db770e621f1259b8d5b7fd514207f7481c2d0f
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() {