tangxiaobao
2021-07-27 233dfe7cdd3cbb96c3a5db00c899cc69d9ffe776
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.panzhihua.service_community.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.panzhihua.service_community.model.dos.ComSwDangerReportDO;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @auther txb
 * @create 2021-07-27 14:31:04
 * @describe mapper类
 */
@Mapper
public interface ComSwDangerReportDAO extends BaseMapper<ComSwDangerReportDO> {
 
}