公告板
版本库
filestore
活动
搜索
登录
鲁星伟
/
LockBltooth
钟铮蓝牙锁
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
经纬度
whyclxw
2025-01-19
d834e68571f727e17d4d57ed7da126735d0a5f45
[~whyclxw/LockBltooth.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
OperationLogMapper.java
1
2
3
4
5
6
7
package com.whyc.mapper;
import com.whyc.pojo.db_user.OperationLog;
public interface OperationLogMapper extends CustomMapper<OperationLog> {
}