mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-13 20:11:29 +00:00
feat: 支持插件功能
This commit is contained in:
@@ -15,4 +15,11 @@ public interface UserService {
|
||||
*/
|
||||
String selectUserNameById(Long userId);
|
||||
|
||||
/**
|
||||
* 通过用户名称查询余额
|
||||
*
|
||||
* @param userName
|
||||
* @return
|
||||
*/
|
||||
String selectUserByName(String userName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user