zhongrj
2024-01-02 e4920837b74c0db2f4e280f5ece08c27e8721e3f
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);
}