package com.gkhy.labRiskManage.application.riskReport.dto.dto;
|
|
import java.math.BigDecimal;
|
import java.time.LocalDateTime;
|
|
/**
|
* 风险辨识与评价
|
* */
|
public class RiskAssessAppQueryDTO_0223bak {
|
|
private Long id;
|
/**
|
* 实验id
|
*/
|
private Long experimentId;
|
/**
|
* 风险分析单元id
|
*/
|
private Long riskUnitId;
|
/**
|
* 风险分析单元
|
*/
|
private String riskUnitName;
|
/**
|
* 评估计划名称
|
*/
|
private String assessPlanName;
|
/**
|
* 风险来源:1-固有风险;2-实验风险
|
*/
|
private Byte riskType;
|
/**
|
* 新建时间
|
*/
|
private LocalDateTime createTime;
|
/**
|
* 修改时间
|
*/
|
private LocalDateTime updateTime;
|
/**
|
* 最后修改人
|
*/
|
private Long updateByUserId;
|
/**
|
* 新建人
|
*/
|
private Long createByUserId;
|
/**
|
* 计划制定人
|
*/
|
private Long planUserId;
|
/**
|
* 评估开始时间
|
*/
|
private LocalDateTime assessStartTime;
|
/**
|
* 评估结束时间
|
*/
|
private LocalDateTime assessEndTime;
|
/**
|
* 辨识时间
|
*/
|
private LocalDateTime identificationTime;
|
/**
|
* 评价时间
|
*/
|
private LocalDateTime evaluateTime;
|
/**
|
* 评估计划派发状态:1-未派发;2-已派发
|
*/
|
private Byte planSellStatus;
|
/**
|
* 评估计划派发时间
|
*/
|
private LocalDateTime planSellTime;
|
/**
|
* 评估计划执行状态:1-未开始;2-辨识阶段;3-评价阶段;4-评价完成
|
*/
|
private Byte planExecStatus;
|
/**
|
* 评估计划时间状态:1-未开始;2-评估中;3-已超期
|
*/
|
private Byte planTimeStatus;
|
/**
|
* 辨识方法:1-PHA;2-JHA;3-SCL;4-HAZOP;5-类比法
|
*/
|
private Byte identificationMethod;
|
/**
|
* 辨识专家
|
*/
|
private String identificationUser;
|
/**
|
* 辨识专家id
|
*/
|
private Long identificationUserId;
|
|
/**
|
* 推荐评价方法:1-LEC;2-LS;3-MES;4-RS;
|
*/
|
private Byte evaluateMethod;
|
/**
|
* 评价专家id
|
*/
|
private Long evaluateUserId;
|
/**
|
* 评价专家
|
*/
|
private String evaluateUser;
|
/**
|
* 技术措施
|
*/
|
private String technologyMeasure;
|
/**
|
* 管理措施
|
*/
|
private String manageMeasure;
|
/**
|
* 教育措施
|
*/
|
private String educationMeasure;
|
/**
|
* 个体防护措施
|
*/
|
private String personalProtectionMeasure;
|
/**
|
* 应急措施
|
*/
|
private String emergencyMeasure;
|
/**
|
* 类比法_检查项目id
|
*/
|
private Long analogyId;
|
/**
|
* 类比法_检查项目(辨识)
|
*/
|
private String analogyCheckItem;
|
/**
|
* 类比法_存在风险因素(辨识)
|
*/
|
private String analogyRiskFactor;
|
/**
|
* 类比法_可能产生的后果(辨识)
|
*/
|
private String analogyResult;
|
/**
|
* 类比法_类比参照(辨识)
|
*/
|
private String analogyReference;
|
|
private Long hazopId;
|
/**
|
* HAZOP_节点(辨识)
|
*/
|
private String hazopNode;
|
/**
|
* HAZOP_参数(辨识)
|
*/
|
private String hazopParam;
|
/**
|
* HAZOP_参数描述(辨识)
|
*/
|
private String hazopParamDesc;
|
/**
|
* HAZOP_引导词(辨识)
|
*/
|
private String hazopGuide;
|
/**
|
* HAZOP_偏差(辨识)
|
*/
|
private String hazopDeviation;
|
/**
|
* HAZOP_可能原因(辨识)
|
*/
|
private String hazopPossibleCauses;
|
/**
|
* HAZOP_主要后果(辨识)
|
*/
|
private String hazopResult;
|
|
private Long jhaId;
|
/**
|
* JHA_作业步骤(辨识)
|
*/
|
private String jhaCheckItem;
|
/**
|
* JHA_危险源或潜在事件(辨识)
|
*/
|
private String jhaRiskFactor;
|
/**
|
* JHA_可能发生的事故类型及后果(辨识)
|
*/
|
private String jhaResult;
|
|
private Long phaId;
|
/**
|
* PHA_检查项目(辨识)
|
*/
|
private String phaCheckItem;
|
/**
|
* PHA_存在风险因素(辨识)
|
*/
|
private String phaRiskFactor;
|
/**
|
* PHA_可能产生的后果(辨识)
|
*/
|
private String phaResult;
|
|
private Long sclId;
|
/**
|
* SCL_检查项目(辨识)
|
*/
|
private String sclCheckItem;
|
/**
|
* SCL_检查标准(辨识)
|
*/
|
private String sclCheckStandard;
|
/**
|
* SCL_不符合标准情况(辨识)
|
*/
|
private String sclCheckUnstandard;
|
/**
|
* SCL_主要后果(辨识)
|
*/
|
private String sclCheckResult;
|
|
|
|
/**
|
* 风险数值
|
*/
|
private BigDecimal riskValue;
|
/**
|
* 风险等级值:风险值区间级别,1-1级,2-2级,3-3级,4-4级,5-5级
|
*/
|
private Byte riskLevelValue;
|
/**
|
* 风险级别:1-低,2-一般,3-较大,4-重大
|
*/
|
private Byte riskLevel;
|
/**
|
* 风险色:1-蓝色;2-黄色;3-橙色;4-红色
|
*/
|
private Byte riskColor;
|
/**
|
* 管理层级:1-院所级;2-部门级;3-项目组级
|
*/
|
private Byte manageLevel;
|
|
private Long LecId;
|
/**
|
* LEC_L的数值(评价)
|
*/
|
private BigDecimal lecL;
|
/**
|
* LEC_E的数值(评价)
|
*/
|
private BigDecimal lecE;
|
/**
|
* LEC_C的数值(评价)
|
*/
|
private BigDecimal lecC;
|
|
private Long LsId;
|
/**
|
* LS_L的数值(评价)
|
*/
|
private BigDecimal lsL;
|
/**
|
* LS_S的数值(评价)
|
*/
|
private BigDecimal lsS;
|
|
private Long MesId;
|
/**
|
* MES_M的数值(评价)
|
*/
|
private BigDecimal mesM;
|
/**
|
* MES_E的数值(评价)
|
*/
|
private BigDecimal mesE;
|
/**
|
* MES_S的数值(评价)
|
*/
|
private BigDecimal mesS;
|
|
private Long RsId;
|
/**
|
* RS_R的数值(评价)
|
*/
|
private BigDecimal rsR;
|
/**
|
* RS_S的数值(评价)
|
*/
|
private BigDecimal rsS;
|
|
public Long getId() {
|
return id;
|
}
|
|
public void setId(Long id) {
|
this.id = id;
|
}
|
|
public Long getExperimentId() {
|
return experimentId;
|
}
|
|
public void setExperimentId(Long experimentId) {
|
this.experimentId = experimentId;
|
}
|
|
public Long getRiskUnitId() {
|
return riskUnitId;
|
}
|
|
public void setRiskUnitId(Long riskUnitId) {
|
this.riskUnitId = riskUnitId;
|
}
|
|
public String getRiskUnitName() {
|
return riskUnitName;
|
}
|
|
public void setRiskUnitName(String riskUnitName) {
|
this.riskUnitName = riskUnitName;
|
}
|
|
public String getAssessPlanName() {
|
return assessPlanName;
|
}
|
|
public void setAssessPlanName(String assessPlanName) {
|
this.assessPlanName = assessPlanName;
|
}
|
|
public Byte getRiskType() {
|
return riskType;
|
}
|
|
public void setRiskType(Byte riskType) {
|
this.riskType = riskType;
|
}
|
|
public LocalDateTime getCreateTime() {
|
return createTime;
|
}
|
|
public void setCreateTime(LocalDateTime createTime) {
|
this.createTime = createTime;
|
}
|
|
public LocalDateTime getUpdateTime() {
|
return updateTime;
|
}
|
|
public void setUpdateTime(LocalDateTime updateTime) {
|
this.updateTime = updateTime;
|
}
|
|
public Long getUpdateByUserId() {
|
return updateByUserId;
|
}
|
|
public void setUpdateByUserId(Long updateByUserId) {
|
this.updateByUserId = updateByUserId;
|
}
|
|
public Long getCreateByUserId() {
|
return createByUserId;
|
}
|
|
public void setCreateByUserId(Long createByUserId) {
|
this.createByUserId = createByUserId;
|
}
|
|
public Long getPlanUserId() {
|
return planUserId;
|
}
|
|
public void setPlanUserId(Long planUserId) {
|
this.planUserId = planUserId;
|
}
|
|
public LocalDateTime getAssessStartTime() {
|
return assessStartTime;
|
}
|
|
public void setAssessStartTime(LocalDateTime assessStartTime) {
|
this.assessStartTime = assessStartTime;
|
}
|
|
public LocalDateTime getAssessEndTime() {
|
return assessEndTime;
|
}
|
|
public void setAssessEndTime(LocalDateTime assessEndTime) {
|
this.assessEndTime = assessEndTime;
|
}
|
|
public LocalDateTime getIdentificationTime() {
|
return identificationTime;
|
}
|
|
public void setIdentificationTime(LocalDateTime identificationTime) {
|
this.identificationTime = identificationTime;
|
}
|
|
public LocalDateTime getEvaluateTime() {
|
return evaluateTime;
|
}
|
|
public void setEvaluateTime(LocalDateTime evaluateTime) {
|
this.evaluateTime = evaluateTime;
|
}
|
|
public Byte getPlanSellStatus() {
|
return planSellStatus;
|
}
|
|
public void setPlanSellStatus(Byte planSellStatus) {
|
this.planSellStatus = planSellStatus;
|
}
|
|
public LocalDateTime getPlanSellTime() {
|
return planSellTime;
|
}
|
|
public void setPlanSellTime(LocalDateTime planSellTime) {
|
this.planSellTime = planSellTime;
|
}
|
|
public Byte getPlanExecStatus() {
|
return planExecStatus;
|
}
|
|
public void setPlanExecStatus(Byte planExecStatus) {
|
this.planExecStatus = planExecStatus;
|
}
|
|
public Byte getPlanTimeStatus() {
|
return planTimeStatus;
|
}
|
|
public void setPlanTimeStatus(Byte planTimeStatus) {
|
this.planTimeStatus = planTimeStatus;
|
}
|
|
public Byte getIdentificationMethod() {
|
return identificationMethod;
|
}
|
|
public void setIdentificationMethod(Byte identificationMethod) {
|
this.identificationMethod = identificationMethod;
|
}
|
|
public String getIdentificationUser() {
|
return identificationUser;
|
}
|
|
public void setIdentificationUser(String identificationUser) {
|
this.identificationUser = identificationUser;
|
}
|
|
public Long getIdentificationUserId() {
|
return identificationUserId;
|
}
|
|
public void setIdentificationUserId(Long identificationUserId) {
|
this.identificationUserId = identificationUserId;
|
}
|
|
public Byte getEvaluateMethod() {
|
return evaluateMethod;
|
}
|
|
public void setEvaluateMethod(Byte evaluateMethod) {
|
this.evaluateMethod = evaluateMethod;
|
}
|
|
public Long getEvaluateUserId() {
|
return evaluateUserId;
|
}
|
|
public void setEvaluateUserId(Long evaluateUserId) {
|
this.evaluateUserId = evaluateUserId;
|
}
|
|
public String getEvaluateUser() {
|
return evaluateUser;
|
}
|
|
public void setEvaluateUser(String evaluateUser) {
|
this.evaluateUser = evaluateUser;
|
}
|
|
public String getTechnologyMeasure() {
|
return technologyMeasure;
|
}
|
|
public void setTechnologyMeasure(String technologyMeasure) {
|
this.technologyMeasure = technologyMeasure;
|
}
|
|
public String getManageMeasure() {
|
return manageMeasure;
|
}
|
|
public void setManageMeasure(String manageMeasure) {
|
this.manageMeasure = manageMeasure;
|
}
|
|
public String getEducationMeasure() {
|
return educationMeasure;
|
}
|
|
public void setEducationMeasure(String educationMeasure) {
|
this.educationMeasure = educationMeasure;
|
}
|
|
public String getPersonalProtectionMeasure() {
|
return personalProtectionMeasure;
|
}
|
|
public void setPersonalProtectionMeasure(String personalProtectionMeasure) {
|
this.personalProtectionMeasure = personalProtectionMeasure;
|
}
|
|
public String getEmergencyMeasure() {
|
return emergencyMeasure;
|
}
|
|
public void setEmergencyMeasure(String emergencyMeasure) {
|
this.emergencyMeasure = emergencyMeasure;
|
}
|
|
public Long getAnalogyId() {
|
return analogyId;
|
}
|
|
public void setAnalogyId(Long analogyId) {
|
this.analogyId = analogyId;
|
}
|
|
public String getAnalogyCheckItem() {
|
return analogyCheckItem;
|
}
|
|
public void setAnalogyCheckItem(String analogyCheckItem) {
|
this.analogyCheckItem = analogyCheckItem;
|
}
|
|
public String getAnalogyRiskFactor() {
|
return analogyRiskFactor;
|
}
|
|
public void setAnalogyRiskFactor(String analogyRiskFactor) {
|
this.analogyRiskFactor = analogyRiskFactor;
|
}
|
|
public String getAnalogyResult() {
|
return analogyResult;
|
}
|
|
public void setAnalogyResult(String analogyResult) {
|
this.analogyResult = analogyResult;
|
}
|
|
public String getAnalogyReference() {
|
return analogyReference;
|
}
|
|
public void setAnalogyReference(String analogyReference) {
|
this.analogyReference = analogyReference;
|
}
|
|
public Long getHazopId() {
|
return hazopId;
|
}
|
|
public void setHazopId(Long hazopId) {
|
this.hazopId = hazopId;
|
}
|
|
public String getHazopNode() {
|
return hazopNode;
|
}
|
|
public void setHazopNode(String hazopNode) {
|
this.hazopNode = hazopNode;
|
}
|
|
public String getHazopParam() {
|
return hazopParam;
|
}
|
|
public void setHazopParam(String hazopParam) {
|
this.hazopParam = hazopParam;
|
}
|
|
public String getHazopParamDesc() {
|
return hazopParamDesc;
|
}
|
|
public void setHazopParamDesc(String hazopParamDesc) {
|
this.hazopParamDesc = hazopParamDesc;
|
}
|
|
public String getHazopGuide() {
|
return hazopGuide;
|
}
|
|
public void setHazopGuide(String hazopGuide) {
|
this.hazopGuide = hazopGuide;
|
}
|
|
public String getHazopDeviation() {
|
return hazopDeviation;
|
}
|
|
public void setHazopDeviation(String hazopDeviation) {
|
this.hazopDeviation = hazopDeviation;
|
}
|
|
public String getHazopPossibleCauses() {
|
return hazopPossibleCauses;
|
}
|
|
public void setHazopPossibleCauses(String hazopPossibleCauses) {
|
this.hazopPossibleCauses = hazopPossibleCauses;
|
}
|
|
public String getHazopResult() {
|
return hazopResult;
|
}
|
|
public void setHazopResult(String hazopResult) {
|
this.hazopResult = hazopResult;
|
}
|
|
public Long getJhaId() {
|
return jhaId;
|
}
|
|
public void setJhaId(Long jhaId) {
|
this.jhaId = jhaId;
|
}
|
|
public String getJhaCheckItem() {
|
return jhaCheckItem;
|
}
|
|
public void setJhaCheckItem(String jhaCheckItem) {
|
this.jhaCheckItem = jhaCheckItem;
|
}
|
|
public String getJhaRiskFactor() {
|
return jhaRiskFactor;
|
}
|
|
public void setJhaRiskFactor(String jhaRiskFactor) {
|
this.jhaRiskFactor = jhaRiskFactor;
|
}
|
|
public String getJhaResult() {
|
return jhaResult;
|
}
|
|
public void setJhaResult(String jhaResult) {
|
this.jhaResult = jhaResult;
|
}
|
|
public Long getPhaId() {
|
return phaId;
|
}
|
|
public void setPhaId(Long phaId) {
|
this.phaId = phaId;
|
}
|
|
public String getPhaCheckItem() {
|
return phaCheckItem;
|
}
|
|
public void setPhaCheckItem(String phaCheckItem) {
|
this.phaCheckItem = phaCheckItem;
|
}
|
|
public String getPhaRiskFactor() {
|
return phaRiskFactor;
|
}
|
|
public void setPhaRiskFactor(String phaRiskFactor) {
|
this.phaRiskFactor = phaRiskFactor;
|
}
|
|
public String getPhaResult() {
|
return phaResult;
|
}
|
|
public void setPhaResult(String phaResult) {
|
this.phaResult = phaResult;
|
}
|
|
public Long getSclId() {
|
return sclId;
|
}
|
|
public void setSclId(Long sclId) {
|
this.sclId = sclId;
|
}
|
|
public String getSclCheckItem() {
|
return sclCheckItem;
|
}
|
|
public void setSclCheckItem(String sclCheckItem) {
|
this.sclCheckItem = sclCheckItem;
|
}
|
|
public String getSclCheckStandard() {
|
return sclCheckStandard;
|
}
|
|
public void setSclCheckStandard(String sclCheckStandard) {
|
this.sclCheckStandard = sclCheckStandard;
|
}
|
|
public String getSclCheckUnstandard() {
|
return sclCheckUnstandard;
|
}
|
|
public void setSclCheckUnstandard(String sclCheckUnstandard) {
|
this.sclCheckUnstandard = sclCheckUnstandard;
|
}
|
|
public String getSclCheckResult() {
|
return sclCheckResult;
|
}
|
|
public void setSclCheckResult(String sclCheckResult) {
|
this.sclCheckResult = sclCheckResult;
|
}
|
|
public BigDecimal getRiskValue() {
|
return riskValue;
|
}
|
|
public void setRiskValue(BigDecimal riskValue) {
|
this.riskValue = riskValue;
|
}
|
|
public Byte getRiskLevelValue() {
|
return riskLevelValue;
|
}
|
|
public void setRiskLevelValue(Byte riskLevelValue) {
|
this.riskLevelValue = riskLevelValue;
|
}
|
|
public Byte getRiskLevel() {
|
return riskLevel;
|
}
|
|
public void setRiskLevel(Byte riskLevel) {
|
this.riskLevel = riskLevel;
|
}
|
|
public Byte getRiskColor() {
|
return riskColor;
|
}
|
|
public void setRiskColor(Byte riskColor) {
|
this.riskColor = riskColor;
|
}
|
|
public Byte getManageLevel() {
|
return manageLevel;
|
}
|
|
public void setManageLevel(Byte manageLevel) {
|
this.manageLevel = manageLevel;
|
}
|
|
public Long getLecId() {
|
return LecId;
|
}
|
|
public void setLecId(Long lecId) {
|
LecId = lecId;
|
}
|
|
public BigDecimal getLecL() {
|
return lecL;
|
}
|
|
public void setLecL(BigDecimal lecL) {
|
this.lecL = lecL;
|
}
|
|
public BigDecimal getLecE() {
|
return lecE;
|
}
|
|
public void setLecE(BigDecimal lecE) {
|
this.lecE = lecE;
|
}
|
|
public BigDecimal getLecC() {
|
return lecC;
|
}
|
|
public void setLecC(BigDecimal lecC) {
|
this.lecC = lecC;
|
}
|
|
public Long getLsId() {
|
return LsId;
|
}
|
|
public void setLsId(Long lsId) {
|
LsId = lsId;
|
}
|
|
public BigDecimal getLsL() {
|
return lsL;
|
}
|
|
public void setLsL(BigDecimal lsL) {
|
this.lsL = lsL;
|
}
|
|
public BigDecimal getLsS() {
|
return lsS;
|
}
|
|
public void setLsS(BigDecimal lsS) {
|
this.lsS = lsS;
|
}
|
|
public Long getMesId() {
|
return MesId;
|
}
|
|
public void setMesId(Long mesId) {
|
MesId = mesId;
|
}
|
|
public BigDecimal getMesM() {
|
return mesM;
|
}
|
|
public void setMesM(BigDecimal mesM) {
|
this.mesM = mesM;
|
}
|
|
public BigDecimal getMesE() {
|
return mesE;
|
}
|
|
public void setMesE(BigDecimal mesE) {
|
this.mesE = mesE;
|
}
|
|
public BigDecimal getMesS() {
|
return mesS;
|
}
|
|
public void setMesS(BigDecimal mesS) {
|
this.mesS = mesS;
|
}
|
|
public Long getRsId() {
|
return RsId;
|
}
|
|
public void setRsId(Long rsId) {
|
RsId = rsId;
|
}
|
|
public BigDecimal getRsR() {
|
return rsR;
|
}
|
|
public void setRsR(BigDecimal rsR) {
|
this.rsR = rsR;
|
}
|
|
public BigDecimal getRsS() {
|
return rsS;
|
}
|
|
public void setRsS(BigDecimal rsS) {
|
this.rsS = rsS;
|
}
|
}
|