You've already forked FrameTour-BE
支持用户切换景区账号,单账号多景区权限
This commit is contained in:
@ -19,4 +19,11 @@ public interface ScenicAccountMapper {
|
||||
ScenicAccountEntity findAccountById(String id);
|
||||
List<ScenicAccountEntity> pageQuery(ScenicAccountReqQuery req);
|
||||
|
||||
int addAccountScenicRelation(Long accountId, Long scenicId, int isAdmin);
|
||||
|
||||
int deleteRelationByScenicId(Long scenicId);
|
||||
|
||||
List<Long> getAccountRelations(Long accountId);
|
||||
|
||||
int deleteRelationById(Long accountId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user