linwei
2024-01-02 31b6aefacbee9dde61be6afcb7c6dbbf7c6baa7d
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);
}