公告板
版本库
filestore
活动
搜索
登录
未授权访问版本库 ~whyclxw/CadDrawManager.git
鲁星伟
/
LockBltooth
钟铮蓝牙锁
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
允许跨域
whyclxw
2024-11-29
84f947be90730d17e87dacb90fa110133027e81f
[~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> {
}