| | |
| | | private Long responsibilityPersonId; |
| | | //装置部位分类 1:关键装置 2:重点部位 |
| | | @ExcelCell(index = 9) |
| | | private Integer partType; |
| | | private Byte partType; |
| | | //检查周期 |
| | | @ExcelCell(index = 10) |
| | | private String checkCycle; |
| | |
| | | public void setEquipmentTypeId(Long equipmentTypeId) { |
| | | this.equipmentTypeId = equipmentTypeId; |
| | | } |
| | | //名称 |
| | | //名称 |
| | | public String getName() { |
| | | return name; |
| | | } |
| | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | //单位部门外键 |
| | | //单位部门外键 |
| | | public Long getDepartmentId() { |
| | | return departmentId; |
| | | } |
| | |
| | | public void setDepartmentId(Long departmentId) { |
| | | this.departmentId = departmentId; |
| | | } |
| | | //具体位置 |
| | | //具体位置 |
| | | public String getPosition() { |
| | | return position; |
| | | } |
| | |
| | | public void setPosition(String position) { |
| | | this.position = position; |
| | | } |
| | | //负责人姓名 |
| | | //负责人姓名 |
| | | public String getLeadingPersonName() { |
| | | return leadingPersonName; |
| | | } |
| | |
| | | public void setLeadingPersonName(String leadingPersonName) { |
| | | this.leadingPersonName = leadingPersonName; |
| | | } |
| | | //联系人/外键 |
| | | //联系人/外键 |
| | | public Long getConnectPersonId() { |
| | | return connectPersonId; |
| | | } |
| | |
| | | public void setConnectPersonId(Long connectPersonId) { |
| | | this.connectPersonId = connectPersonId; |
| | | } |
| | | //录入人/外键 |
| | | //录入人/外键 |
| | | public Long getInputPersonId() { |
| | | return inputPersonId; |
| | | } |
| | |
| | | public void setInputPersonId(Long inputPersonId) { |
| | | this.inputPersonId = inputPersonId; |
| | | } |
| | | //责任人/外键 |
| | | //责任人/外键 |
| | | public Long getResponsibilityPersonId() { |
| | | return responsibilityPersonId; |
| | | } |
| | |
| | | public void setResponsibilityPersonId(Long responsibilityPersonId) { |
| | | this.responsibilityPersonId = responsibilityPersonId; |
| | | } |
| | | //装置部位分类 1:关键装置 2:重点部位 |
| | | public Integer getPartType() { |
| | | //装置部位分类 1:关键装置 2:重点部位 |
| | | public Byte getPartType() { |
| | | return partType; |
| | | } |
| | | |
| | | public void setPartType(Integer partType) { |
| | | public void setPartType(Byte partType) { |
| | | this.partType = partType; |
| | | } |
| | | //检查周期 |
| | | //检查周期 |
| | | public String getCheckCycle() { |
| | | return checkCycle; |
| | | } |
| | |
| | | public void setCheckCycle(String checkCycle) { |
| | | this.checkCycle = checkCycle; |
| | | } |
| | | //应急预案/外键 |
| | | //应急预案/外键 |
| | | public Long getEmergencePlanId() { |
| | | return emergencePlanId; |
| | | } |
| | |
| | | public void setEmergencePlanId(Long emergencePlanId) { |
| | | this.emergencePlanId = emergencePlanId; |
| | | } |
| | | //主要危险有害因素 |
| | | //主要危险有害因素 |
| | | public String getDangerousElement() { |
| | | return dangerousElement; |
| | | } |
| | |
| | | public void setDangerousElement(String dangerousElement) { |
| | | this.dangerousElement = dangerousElement; |
| | | } |
| | | //易导致风险 |
| | | //易导致风险 |
| | | public String getToDangerous() { |
| | | return toDangerous; |
| | | } |
| | |
| | | public void setToDangerous(String toDangerous) { |
| | | this.toDangerous = toDangerous; |
| | | } |
| | | //应急处置措施 |
| | | //应急处置措施 |
| | | public String getTreatment() { |
| | | return treatment; |
| | | } |
| | |
| | | public void setTreatment(String treatment) { |
| | | this.treatment = treatment; |
| | | } |
| | | //现场图片 |
| | | //现场图片 |
| | | public String getScenePic() { |
| | | return scenePic; |
| | | } |
| | |
| | | public void setScenePic(String scenePic) { |
| | | this.scenePic = scenePic; |
| | | } |
| | | |
| | | } |
| | | |
| | | } |