linwei
2023-12-29 791e2b1e7e0c7242251c0a9bd35546c951e5c149
src/main/java/org/springblade/modules/system/service/IUserService.java
@@ -238,10 +238,13 @@
   /**
    * 获取用户信息ById
    *
    * @param id
    * @return
    */
   UserVO getuserById(Long id);
   List<UserEntity> getUserInfoByCode(String houseCode, String type);
   List<UserEntity> getUserInfoByDistrictId(String districtId, String building);
}