| | |
| | | package com.gkhy.labRiskManage.application.riskReport.dto.dto; |
| | | |
| | | import com.gkhy.labRiskManage.application.account.dto.respDto.UserEvaluateRespDTO; |
| | | import com.gkhy.labRiskManage.application.account.dto.respDto.UserIdentityRespDTO; |
| | | import com.gkhy.labRiskManage.domain.experiment.entity.ExperimentAndType; |
| | | import com.gkhy.labRiskManage.domain.riskReport.entity.RiskAssessPlanIdentificationUser; |
| | | import lombok.Data; |
| | | |
| | | import java.math.BigDecimal; |
| | |
| | | */ |
| | | private String process; |
| | | |
| | | /** |
| | | * 辨识类型1线上专家2现场专家3线上+现场 |
| | | */ |
| | | private Byte identificationType; |
| | | |
| | | private List<UserEvaluateRespDTO> evaluateUsers; |
| | | |
| | | private List<UserIdentityRespDTO> identityUsers; |
| | | |
| | | } |
| | | |