This commit is contained in:
2024-04-01 22:11:01 +08:00
parent 1a47ed7630
commit 9139457203
622 changed files with 5520 additions and 48434 deletions

View File

@@ -104,4 +104,13 @@ public interface UserService extends IService<User>, UserDetailsService {
List<User> listStatisticsRel(UserParam param);
/***
* 区代
* @param cityId
* @return
*/
User getCityAgent(Integer cityId);
User getCityLevel2(Integer cityId);
}