feat: 支持插件功能

This commit is contained in:
ageerle
2025-03-11 17:32:47 +08:00
parent c98a6deaf6
commit 6a1b544545
47 changed files with 2865 additions and 230 deletions

View File

@@ -15,4 +15,11 @@ public interface UserService {
*/
String selectUserNameById(Long userId);
/**
* 通过用户名称查询余额
*
* @param userName
* @return
*/
String selectUserByName(String userName);
}