Explorar o código

修改ureport报表构造器

syh %!s(int64=5) %!d(string=hai) anos
pai
achega
06a219a379

+ 4 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/entity/UReportFile.java

@@ -54,4 +54,8 @@ public class UReportFile {
      */
     @ApiModelProperty(value = "更新时间")
     private Date updateTime;
+
+    public UReportFile() {
+        this.updateTime = new Date();
+    }
 }