dashboard
repositories
filestore
activity
search
login
main
/
TroubleAndRiskConnectHall
forked from
TroubleAndRisk
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
添加隐患可能导致的结果
16639036659
2022-09-27
906a46c22911f37bca4c6b727a7e0e57551b3ac0
[TroubleAndRiskConnectHall.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
doublePrevention
/
service
/
baseService
/
PreventRiskListService.java
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.doublePrevention.service.baseService;
import com.ruoyi.doublePrevention.entity.PreventRiskList;
public interface PreventRiskListService {
/**
* @description 根据id获取风险清单
*/
PreventRiskList getPreventRiskListById(Long id);
}