You've already forked FrameTour-BE
修改
This commit is contained in:
@ -12,4 +12,6 @@ public interface ScenicAccountMapper {
|
||||
int deleteById(Long id);
|
||||
int updateStatus(Long id);
|
||||
int deleteByScenicId(Long scenicId);
|
||||
|
||||
ScenicAccountEntity findAccountById(String id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user