| | |
| | | private Long id; |
| | | //类型/类别外键 |
| | | private Long equipmentTypeId; |
| | | //类型名称 |
| | | private String equipmentTypeName; |
| | | //名称 |
| | | private String name; |
| | | //单位部门外键 |
| | |
| | | private String position; |
| | | //负责人姓名 |
| | | private String leadingPersonName; |
| | | //联系人/外键 |
| | | //联系人/外键 |
| | | private Long connectPersonId; |
| | | //录入人/外键 |
| | | //联系人名称 |
| | | private String connectPersonName; |
| | | |
| | | public String getConnectPersonName() { |
| | | return connectPersonName; |
| | | } |
| | | |
| | | public void setConnectPersonName(String connectPersonName) { |
| | | this.connectPersonName = connectPersonName; |
| | | } |
| | | //录入人/外键 |
| | | private Long inputPersonId; |
| | | //责任人/外键 |
| | | //录入人名称 |
| | | private String inputPersonName; |
| | | |
| | | public String getInputPersonName() { |
| | | return inputPersonName; |
| | | } |
| | | |
| | | public void setInputPersonName(String inputPersonName) { |
| | | this.inputPersonName = inputPersonName; |
| | | } |
| | | //责任人/外键 |
| | | private Long responsibilityPersonId; |
| | | |
| | | //责任人名称 |
| | | private String responsibilityPersonName; |
| | | |
| | | public String getResponsibilityPersonName() { |
| | | return responsibilityPersonName; |
| | | } |
| | | |
| | | public void setResponsibilityPersonName(String responsibilityPersonName) { |
| | | this.responsibilityPersonName = responsibilityPersonName; |
| | | } |
| | | //装置部位分类 1:关键装置 2:重点部位 |
| | | private Integer partType; |
| | | //检查周期 |
| | |
| | | public void setUpdateTime(Date updateTime) { |
| | | this.updateTime = updateTime; |
| | | } |
| | | |
| | | public String getEquipmentTypeName() { |
| | | return equipmentTypeName; |
| | | } |
| | | |
| | | public void setEquipmentTypeName(String equipmentTypeName) { |
| | | this.equipmentTypeName = equipmentTypeName; |
| | | } |
| | | } |