| | |
| | | package cc.mrbird.febs.mall.mapper; |
| | | |
| | | import cc.mrbird.febs.mall.entity.MallAgentRecord; |
| | | import cc.mrbird.febs.mall.vo.AdminAgentLevelSetInfoVo; |
| | | import cc.mrbird.febs.mall.vo.ApiMallAgentRecordVo; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | |
| | | ApiMallAgentRecordVo selectApiMallAgentRecordVoByMemberIdAndState(@Param("memberId")Long memberId, @Param("state")Integer applyIng); |
| | | |
| | | List<MallAgentRecord> selectByCity(@Param("city")String city); |
| | | |
| | | AdminAgentLevelSetInfoVo getRollPerkInfo(); |
| | | } |