From 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 18 五月 2024 22:35:05 +0800
Subject: [PATCH] 全面注释整理
---
smart-starter-report/src/main/java/com/qianwen/core/report/entity/ReportFileEntity.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/smart-starter-report/src/main/java/com/qianwen/core/report/entity/ReportFileEntity.java b/smart-starter-report/src/main/java/com/qianwen/core/report/entity/ReportFileEntity.java
index 0de238c..f2f79d1 100644
--- a/smart-starter-report/src/main/java/com/qianwen/core/report/entity/ReportFileEntity.java
+++ b/smart-starter-report/src/main/java/com/qianwen/core/report/entity/ReportFileEntity.java
@@ -9,7 +9,7 @@
import java.util.Date;
@TableName("blade_report_file")
-/* loaded from: blade-starter-report-9.3.0.0-SNAPSHOT.jar:org/springblade/core/report/entity/ReportFileEntity.class */
+
public class ReportFileEntity implements Serializable {
private static final long serialVersionUID = 1;
@TableId(value = "id", type = IdType.ASSIGN_ID)
--
Gitblit v1.9.3