123
This commit is contained in:
@@ -18,5 +18,7 @@ public interface UserMemberService extends IService<UserMember> {
|
||||
|
||||
UserMember getByUserId(Long userId);
|
||||
|
||||
UserMember getNormalMember(Long userId);
|
||||
|
||||
void relieveMember(Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user