From 23b57fc7eab3defc741a0e54e3dac939ad49f13f Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 22 五月 2026 19:14:04 +0800
Subject: [PATCH] 新增智能电表、空调管理

---
 server/system_service/src/main/java/com/doumee/service/system/SystemPositionService.java |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/server/system_service/src/main/java/com/doumee/service/system/SystemPositionService.java b/server/system_service/src/main/java/com/doumee/service/system/SystemPositionService.java
index f9bad21..af81cf4 100644
--- a/server/system_service/src/main/java/com/doumee/service/system/SystemPositionService.java
+++ b/server/system_service/src/main/java/com/doumee/service/system/SystemPositionService.java
@@ -7,98 +7,98 @@
 
 /**
  * 宀椾綅Service瀹氫箟
- * @author Eva.Caesar Liu
+ * @author doumee
  * @date 2023/03/21 14:49
  */
 public interface SystemPositionService {
 
     /**
      * 鍒涘缓
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     Integer create(SystemPosition systemPosition);
 
     /**
      * 涓婚敭鍒犻櫎
-     * @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);
 
     /**
      * 涓婚敭鏇存柊
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     void updateById(SystemPosition systemPosition);
 
     /**
      * 鎵归噺涓婚敭鏇存柊
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     void updateByIdInBatch(List<SystemPosition> systemPositions);
 
     /**
      * 涓婚敭鏌ヨ
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     SystemPosition findById(Integer id);
 
     /**
      * 鏍规嵁ID闆嗘煡璇�
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     List<SystemPosition> findByIds(List<Integer> ids);
 
     /**
      * 鏉′欢鏌ヨ鍗曟潯璁板綍
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     SystemPosition findOne(SystemPosition systemPosition);
 
     /**
      * 鏉′欢鏌ヨ
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     List<SystemPosition> findList(SystemPosition systemPosition);
 
     /**
      * 鏌ヨ绠$悊鍒楄〃
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     List<SystemPositionListVO> findList();
 
     /**
      * 鏌ヨ鐢ㄦ埛宀椾綅鍒楄〃
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     List<SystemPosition> findByUserId(Integer userId);
 
     /**
      * 鏉′欢缁熻
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     long count(SystemPosition systemPosition);
 
     /**
      * 鏌ヨ瀛愬矖浣岻D闆�
-     * @author Eva.Caesar Liu
+     * @author doumee
      * @date 2023/03/21 14:49
      */
     List<Integer> findChildren(Integer positionId);

--
Gitblit v1.9.3