syh 5 лет назад
Родитель
Сommit
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();
+    }
 }