| | |
| | | private String objId; |
| | | private String objType; |
| | | private String appraiseUserId; |
| | | private String doorSpeedScore; |
| | | private String repairmanServiceScore; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getDoorSpeedScore() { |
| | | return doorSpeedScore; |
| | | } |
| | | |
| | | public void setDoorSpeedScore(String doorSpeedScore) { |
| | | this.doorSpeedScore = doorSpeedScore; |
| | | } |
| | | |
| | | public String getRepairmanServiceScore() { |
| | | return repairmanServiceScore; |
| | | } |
| | | |
| | | public void setRepairmanServiceScore(String repairmanServiceScore) { |
| | | this.repairmanServiceScore = repairmanServiceScore; |
| | | } |
| | | } |