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
/
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;
}