仪表盘
版本库
文件存储
活动
搜索
登录
main
/
TroubleAndRisk
双重预防项目-国泰新华二开定制版
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
风险单元不必填
马宇豪
2023-08-11
b9273733b996feb1f1f0f0b54a8520cb1c518ef8
[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> {
}