dashboard
repositories
filestore
activity
search
login
main
/
TroubleAndRisk
双重预防项目-国泰新华二开定制版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
排序
16639036659
2023-10-27
ff44d8a4668db7c7b110f103bd3a3cc34086698d
[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> {
}