公告板
版本库
filestore
活动
搜索
登录
鲁星伟
/
LockBltooth
钟铮蓝牙锁
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
平台设置锁的模式
whyclxw
2025-03-13
bd9b316b9c2252b086f78dff0adaeca3ae04c3cd
[~whyclxw/LockBltooth.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
PlateInfoMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.db_lock_ram.PlateInfo;
public interface PlateInfoMapper extends CustomMapper<PlateInfo>{
}