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/service/system/SystemLoginLogService.java | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/server/system_service/src/main/java/com/doumee/service/system/SystemLoginLogService.java b/server/system_service/src/main/java/com/doumee/service/system/SystemLoginLogService.java
index ca36e86..89d19f1 100644
--- a/server/system_service/src/main/java/com/doumee/service/system/SystemLoginLogService.java
+++ b/server/system_service/src/main/java/com/doumee/service/system/SystemLoginLogService.java
@@ -8,84 +8,84 @@
/**
* 鐧诲綍鏃ュ織Service瀹氫箟
- * @author Eva.Caesar Liu
+ * @author doumee
* @date 2023/03/21 14:49
*/
public interface SystemLoginLogService {
/**
* 鍒涘缓
- * @author Eva.Caesar Liu
+ * @author doumee
* @date 2023/03/21 14:49
*/
Integer create(SystemLoginLog systemLoginLog);
/**
* 涓婚敭鍒犻櫎
- * @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 delete(SystemLoginLog systemLoginLog);
/**
* 鎵归噺涓婚敭鍒犻櫎
- * @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(SystemLoginLog systemLoginLog);
/**
* 鎵归噺涓婚敭鏇存柊
- * @author Eva.Caesar Liu
+ * @author doumee
* @date 2023/03/21 14:49
*/
void updateByIdInBatch(List<SystemLoginLog> systemLoginLogs);
/**
* 涓婚敭鏌ヨ
- * @author Eva.Caesar Liu
+ * @author doumee
* @date 2023/03/21 14:49
*/
SystemLoginLog findById(Integer id);
/**
* 鏉′欢鏌ヨ鍗曟潯璁板綍
- * @author Eva.Caesar Liu
+ * @author doumee
* @date 2023/03/21 14:49
*/
SystemLoginLog findOne(SystemLoginLog systemLoginLog);
/**
* 鏉′欢鏌ヨ
- * @author Eva.Caesar Liu
+ * @author doumee
* @date 2023/03/21 14:49
*/
List<SystemLoginLog> findList(SystemLoginLog systemLoginLog);
/**
* 鍒嗛〉鏌ヨ
- * @author Eva.Caesar Liu
+ * @author doumee
* @date 2023/03/21 14:49
*/
PageData<SystemLoginLog> findPage(PageWrap<QuerySystemLoginLogDTO> pageWrap);
/**
* 鏉′欢缁熻
- * @author Eva.Caesar Liu
+ * @author doumee
* @date 2023/03/21 14:49
*/
long count(SystemLoginLog systemLoginLog);
--
Gitblit v1.9.3