dashboard
repositories
filestore
activity
search
login
admin
/
jfptht-publicSecurity
forked from
jfptht-publicSecurity
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
公安版本初版
zengh
2021-06-04
c926acaadc3d98fd8ba8926466b842f1edb3aee3
[~admin/jfptht-publicSecurity.git]
/
blade-ops
/
blade-report
/
src
/
main
/
java
/
org
/
springblade
/
report
/
mapper
/
ReportFileMappers.java
1
2
3
4
5
6
7
8
9
10
11
package org.springblade.report.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springblade.report.entity.ReportFile;
/**
* 报表导出mapper映射层
*/
public interface ReportFileMappers extends BaseMapper<ReportFile> {
}