You've already forked FrameTour-BE
景区账号管理
This commit is contained in:
src/main
java
com
ycwl
basic
controller
mapper
model
pc
scenic
service
resources
mapper
@ -1,8 +1,11 @@
|
||||
package com.ycwl.basic.mapper;
|
||||
|
||||
import com.ycwl.basic.model.pc.scenic.entity.ScenicAccountEntity;
|
||||
import com.ycwl.basic.model.pc.scenic.req.ScenicAccountReqQuery;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Mapper
|
||||
public interface ScenicAccountMapper {
|
||||
ScenicAccountEntity getByAccount(String account);
|
||||
@ -14,4 +17,6 @@ public interface ScenicAccountMapper {
|
||||
int deleteByScenicId(Long scenicId);
|
||||
|
||||
ScenicAccountEntity findAccountById(String id);
|
||||
List<ScenicAccountEntity> pageQuery(ScenicAccountReqQuery req);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user