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
/
dto
/
repDto
/
RiskUnitListReqBO.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.gkhy.labRiskManage.api.controller.riskReport.dto.repDto;
import lombok.Data;
/**
* 风险辨识与评价
* */
@Data
public class RiskUnitListReqBO {
/**
* 实验
*/
private Long experimentId;
}