dashboard
repositories
filestore
activity
search
login
main
/
LaboratoryRiskManage.Server
原gitlab中LaboratoryRiskManageServer
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
多少评定预留开始时间
16639036659
2023-08-28
7a9a4f4764b0a402e3d0b4a1dafc7ecf96cb1583
[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 {
}