公告板
版本库
filestore
活动
搜索
登录
鲁星伟
/
LockBltooth
钟铮蓝牙锁
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改锁和钥匙
whyclxw
2024-12-17
87dd3206aaa58efc9a716a2e8f09f4861f3f6c76
[~whyclxw/LockBltooth.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
KeyInfMapper.java
1
2
3
4
5
6
7
8
package com.whyc.mapper;
import com.whyc.pojo.db_area.KeyInf;
public interface KeyInfMapper extends CustomMapper<KeyInf>{
//获取最大的keyid
int getMaxKeyId();
}