公告板
版本库
filestore
活动
搜索
登录
无法载入版本库 ~whyclxw/CadDrawManager.git
未授权访问版本库 ~whyclxw/SxBts_61850.git
鲁星伟
/
LockBltooth_plus
新版蓝牙锁
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加锁的时候发现锁名不存在的前提是del_flag
whyclxw
2025-04-28
d954a95b9bb22b9a656d95f7263de98f62d61dbe
[~whyclxw/LockBltooth_plus.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
DocUserMapper.java
1
2
3
4
5
6
7
8
9
package com.whyc.mapper;
import com.whyc.pojo.plus_user.UserInf;
import java.util.List;
public interface DocUserMapper extends CustomMapper<UserInf>{
}