This commit is contained in:
张良(004796)
2024-01-31 17:25:44 +08:00
parent 00be3b8844
commit 46cada598e
9 changed files with 104 additions and 13 deletions

View File

@@ -45,4 +45,7 @@ public interface UserService extends IService<User> {
void refreshByAge();
void unBindInviteUser(Long userId);
void bindInviteUser(Long userId, String inviteUsercode);
}