This commit is contained in:
张良(004796)
2024-03-05 18:57:21 +08:00
parent 779de6cbc1
commit 7e1f31ed2f
65 changed files with 1976 additions and 751 deletions

View File

@@ -10,4 +10,5 @@ import com.ruoyi.xq.domain.UserAuth;
* @date 2024-03-04
*/
public interface UserAuthService extends IService<UserAuth> {
UserAuth getByUserId(Long userId);
}