| | |
| | | private String inspectionId; |
| | | private String inspectionName; |
| | | private String state; |
| | | private String stateName; |
| | | private String communityId; |
| | | private String taskId; |
| | | private String taskDetailId; |
| | | private String patrolType; |
| | | private String patrolTypeName; |
| | | private String description; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getStateName() { |
| | | return stateName; |
| | | } |
| | | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | |
| | | public String getPatrolType() { |
| | | return patrolType; |
| | | } |
| | | |
| | | public void setPatrolType(String patrolType) { |
| | | this.patrolType = patrolType; |
| | | } |
| | | |
| | | public String getDescription() { |
| | | return description; |
| | | } |
| | | |
| | | public void setDescription(String description) { |
| | | this.description = description; |
| | | } |
| | | |
| | | public String getPatrolTypeName() { |
| | | return patrolTypeName; |
| | | } |
| | | |
| | | public void setPatrolTypeName(String patrolTypeName) { |
| | | this.patrolTypeName = patrolTypeName; |
| | | } |
| | | } |