From 796b44ea813a1133beae4f3a67f1c0263510c0c7 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期日, 17 十一月 2024 09:45:07 +0800
Subject: [PATCH] 1

---
 src/main/java/com/moon/server/annotation/ExcelHead.java |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

diff --git a/src/main/java/com/moon/server/annotation/ExcelHead.java b/src/main/java/com/moon/server/annotation/ExcelHead.java
index fcce53b..a8651da 100644
--- a/src/main/java/com/moon/server/annotation/ExcelHead.java
+++ b/src/main/java/com/moon/server/annotation/ExcelHead.java
@@ -2,24 +2,11 @@
 
 import java.lang.annotation.*;
 
-/**
- * Excel澶存敞瑙g被
- * @author WWW
- */
+@SuppressWarnings("ALL")
 @Target(ElementType.TYPE)
 @Retention(RetentionPolicy.RUNTIME)
 public @interface ExcelHead {
-    /**
-     * Excel澶磋鏁�
-     *
-     * @return 澶磋鏁�
-     */
     int headRows() default 1;
 
-    /**
-     * 鎺掗櫎鐨凷heet鍚嶇О锛堝涓敤閫楀彿闅斿紑锛�
-     *
-     * @return
-     */
     String excludeSheets() default "";
 }

--
Gitblit v1.9.3