From c9b04383c77f91ac309e37e70783edcf8a9298b5 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 18 五月 2024 23:24:12 +0800
Subject: [PATCH] websocket代码整理

---
 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