- package com.qs.mp.admin.mapper;
- import com.qs.mp.admin.domain.ChannelApply;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * @auther quanshu
- * @create 2023-03-15 14:35:51
- * @describe 创客申请表mapper类
- */
- public interface ChannelApplyMapper extends BaseMapper<ChannelApply> {
- }
|