yangys
2024-11-02 f69073b835f1a0c66590130e1830edcdd75ebb8a
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() {