后台修改用户电话或邮箱接口

This commit is contained in:
wangjinlei
2024-01-29 14:52:59 +08:00
parent 3f46c1f562
commit be8303fc2c
3 changed files with 13 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ public interface MyUserService extends IService<MyUserEntity> {
boolean checkUserBook(Integer userId,Integer bookId);
boolean checkUserTelOrEmail(MyUserEntity user);
}