| | |
| | | |
| | | private String context; |
| | | private String repairId; |
| | | private String[] repairIds; |
| | | private String ruId; |
| | | private String state; |
| | | private String communityId; |
| | | private String userId; |
| | | private String userName; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String[] getRepairIds() { |
| | | return repairIds; |
| | | } |
| | | |
| | | public void setRepairIds(String[] repairIds) { |
| | | this.repairIds = repairIds; |
| | | } |
| | | |
| | | public String getUserName() { |
| | | return userName; |
| | | } |
| | | |
| | | public void setUserName(String userName) { |
| | | this.userName = userName; |
| | | } |
| | | } |