dashboard
repositories
filestore
activity
search
login
main
/
LaboratoryRiskManage.Server
原gitlab中LaboratoryRiskManageServer
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改纳米所配置
kongzy
2023-11-20
3fcf5e2198817412a24f588bcacb1d150d2a4748
[LaboratoryRiskManage.Server.git]
/
src
/
main
/
java
/
com
/
gkhy
/
labRiskManage
/
api
/
controller
/
riskReport
/
ReportRiskAssessPersonController.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.gkhy.labRiskManage.api.controller.riskReport;
import org.springframework.web.bind.annotation.*;
/**
* 风险评估报告-评估专家
*/
@RestController
@RequestMapping("risk")
public class ReportRiskAssessPersonController {
}