mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-21 16:43:13 +08:00
新增禁用用户和启用用户
This commit is contained in:
@@ -34,4 +34,7 @@ public interface UserService extends GenericService<User, String> {
|
||||
*/
|
||||
void initGuestUser(User user) throws Exception;
|
||||
|
||||
void enableUser(String id) throws Exception;
|
||||
|
||||
void disableUser(String id) throws Exception;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user