old mode 100644
new mode 100755
| | |
| | | //费用明细 |
| | | private String repairFee; |
| | | |
| | | //综合评价得分 |
| | | private String appraiseScore; |
| | | //上门速度评分 |
| | | private String doorSpeedScore; |
| | | //维修员服务评分 |
| | | private String repairmanServiceScore; |
| | | //平均分 |
| | | private String average; |
| | | |
| | | public String getRepairName() { |
| | | return repairName; |
| | | } |
| | |
| | | public void setRepairTypeName(String repairTypeName) { |
| | | this.repairTypeName = repairTypeName; |
| | | } |
| | | |
| | | |
| | | public String getStaffId() { |
| | | return staffId; |
| | |
| | | this.maintenanceType = maintenanceType; |
| | | } |
| | | |
| | | |
| | | public String getReqSource() { |
| | | return reqSource; |
| | | } |
| | |
| | | public void setRepairFee(String repairFee) { |
| | | this.repairFee = repairFee; |
| | | } |
| | | |
| | | public String getAppraiseScore() { |
| | | return appraiseScore; |
| | | } |
| | | |
| | | public void setAppraiseScore(String appraiseScore) { |
| | | this.appraiseScore = appraiseScore; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |
| | | public String getAverage() { |
| | | return average; |
| | | } |
| | | |
| | | public void setAverage(String average) { |
| | | this.average = average; |
| | | } |
| | | } |