dashboard
repositories
filestore
activity
search
login
main
/
TroubleAndRisk
双重预防项目-国泰新华二开定制版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
任务检索修改,页面全流程隐患上报已测试
16639036659
2023-07-11
2f2e78aaf8c6c7f3eaeffeb45e2b9aba2d88278c
[TroubleAndRisk.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
doublePrevention
/
service
/
baseService
/
PreventCJReportPointService.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.PreventCJReportPoint;
public interface PreventCJReportPointService extends IService<PreventCJReportPoint> {
}