hhhyyq
2021-03-17 45e45ff70ba7cd7889f76cbf489d6bf012a4f84d
1
2
3
4
5
6
7
8
9
10
package com.panzhihua.service_community.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.panzhihua.service_community.model.dos.ComCvtBusinessAreaDO;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface ComCvtBusinessAreaDAO extends BaseMapper<ComCvtBusinessAreaDO> {
    
}