From 7ec3683c8e41460f4bb0bd3a6677198742313e2b Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 02 六月 2026 14:34:57 +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