仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smart
数据采集
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
代码整理
yangys
2024-05-07
1251cce20deab6e388b1e2ff8cdddd2896db162b
[smart.git]
/
smart-man-boot
/
src
/
main
/
java
/
com
/
qianwen
/
smartman
/
modules
/
dnc
/
mapper
/
DncArtFileMapper.java
1
2
3
4
5
6
7
package com.qianwen.smartman.modules.dnc.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.qianwen.smartman.modules.dnc.entity.DncArtFile;
public interface DncArtFileMapper extends BaseMapper<DncArtFile> {
}