dashboard
repositories
filestore
activity
search
login
main
/
TroubleAndRisk
双重预防项目-国泰新华二开定制版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增数据上传准东单独业务处理
heheng
2025-11-20
037e91db7dee12aa1adc666601d890a58ca2e2ab
[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> {
}