This commit is contained in:
张良(004796)
2024-05-07 14:48:25 +08:00
parent 09e0fa3a4c
commit cbe9327457
5 changed files with 9 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ public interface UserService extends IService<User> {
Page<HomeUserListVo> homePage(HomePageReq params);
List<HomeUserListVo> vipHomePage();
List<HomeUserListVo> vipHomePage(String residenceCityCode);
boolean lock(Long id);