huanghongfa
2021-04-28 f1cee812a4cd17e02895a00bbabb009b1b4e67e9
1
2
3
4
5
6
7
8
9
package com.panzhihua.service_community.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.panzhihua.service_community.model.dos.ComCvtBusinessIntroduceDO;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface ComCvtBusinessIntroduceDAO extends BaseMapper<ComCvtBusinessIntroduceDO> {
}