xieb
2024-01-09 1adde45e8e06f8848c95090d0a188fc1d956b4bb
src/main/java/org/springblade/modules/system/service/IUserService.java
@@ -90,6 +90,8 @@
    */
   User userByAccount(String tenantId, String account);
   User userByPhone(String tenantId, String phone);
   /**
    * 用户信息
    *
@@ -98,6 +100,8 @@
    */
   UserInfo userInfo(Long userId);
   UserInfo userInfo(String tenantId, String phone);
   /**
    * 用户信息
    *