仪表盘
版本库
文件存储
活动
搜索
登录
main
/
TroubleAndRisk
双重预防项目-国泰新华二开定制版
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
风险台账
16639036659
2023-03-22
cb89c086fee720c947cbf0dc4a815fe07df697db
[TroubleAndRisk.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
doublePrevention
/
service
/
baseService
/
PreventCJReportResultDataService.java
1
2
3
4
5
6
7
package com.ruoyi.doublePrevention.service.baseService;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportResultData;
public interface PreventCJReportResultDataService extends IService<PreventCJReportResultData> {
}