dashboard
repositories
filestore
activity
search
login
admin
/
jfptht-publicSecurity
forked from
jfptht-publicSecurity
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增查询当前保安人员的警情信息接口
Administrator
2021-06-22
dbe1588cc6f6d596964c3dd0decee406942bdc84
[~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> {
}