青羊经侦大队-数据平台
wl
2022-12-26 e43e2f457c52f9a8d4a0aa9d45aa4a0fba94315d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.example.jz.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.example.jz.modle.entity.Sensitive;
 
/**
 * 敏感词表(Sensitive)表数据库访问层
 *
 * @author makejava
 * @since 2022-07-13 09:54:49
 */
public interface SensitiveDao extends BaseMapper<Sensitive> {
 
}