| | |
| | | private String relationship; //1 查询关联的巡检点 0 还未关联巡检点 |
| | | |
| | | private String pointObjType; |
| | | private String pointTypeName; |
| | | private String pointObjId; |
| | | private String pointObjName; |
| | | |
| | | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | public String getInspectionId() { |
| | | return inspectionId; |
| | |
| | | public void setPointObjName(String pointObjName) { |
| | | this.pointObjName = pointObjName; |
| | | } |
| | | |
| | | public String getPointTypeName() { |
| | | return pointTypeName; |
| | | } |
| | | |
| | | public void setPointTypeName(String pointTypeName) { |
| | | this.pointTypeName = pointTypeName; |
| | | } |
| | | } |