From 74190ebc24e6e850d418ad0ce041fd91b795c23e Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 25 五月 2026 18:32:21 +0800
Subject: [PATCH] 新增智能电表、空调管理

---
 server/system_service/src/main/java/com/doumee/biz/system/SystemMenuBiz.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/server/system_service/src/main/java/com/doumee/biz/system/SystemMenuBiz.java b/server/system_service/src/main/java/com/doumee/biz/system/SystemMenuBiz.java
index 8234f66..338f17a 100644
--- a/server/system_service/src/main/java/com/doumee/biz/system/SystemMenuBiz.java
+++ b/server/system_service/src/main/java/com/doumee/biz/system/SystemMenuBiz.java
@@ -9,56 +9,56 @@
 
 /**
  * 绯荤粺鑿滃崟涓氬姟澶勭悊
- * @author Eva.Caesar Liu
+ * @author doumee
  * @date 2023/03/21 14:49
  */
 public interface SystemMenuBiz {
 
     /**
      * 鍒涘缓
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     Integer create(SystemMenu systemMenu);
 
     /**
      * 缂栬緫
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     void updateById(SystemMenu systemMenu);
 
     /**
      * 鑿滃崟鎺掑簭
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     void updateSort(UpdateSystemMenuSortDTO dto);
 
     /**
      * 鏌ヨ鑿滃崟鑺傜偣鍒楄〃
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     List<SystemMenuNodeVO> findTree(Integer userId);
 
     /**
      * 鏌ヨ鑿滃崟鍒楄〃鏍�
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     List<SystemMenuListVO> findTree();
 
     /**
      * 鍒犻櫎
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     void deleteById(Integer id);
 
     /**
      * 鎵归噺鍒犻櫎
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     void deleteByIdInBatch(List<Integer> ids);

--
Gitblit v1.9.3