| | |
| | | private String returnVisitFlag; |
| | | private String startRuId; |
| | | private String preRuId; |
| | | private String ruId; |
| | | |
| | | //业主上传维修图片 |
| | | private List<PhotoVo> repairPhotos; |
| | | //维修前图片 |
| | | private List<PhotoVo> beforePhotos; |
| | | //维修后图片 |
| | | private List<PhotoVo> afterPhotos; |
| | | |
| | | |
| | | public String getRepairName() { |
| | |
| | | public void setPreRuId(String preRuId) { |
| | | this.preRuId = preRuId; |
| | | } |
| | | |
| | | public String getbId() { |
| | | return bId; |
| | | } |
| | |
| | | public void setbId(String bId) { |
| | | this.bId = bId; |
| | | } |
| | | |
| | | public String getRuId() { |
| | | return ruId; |
| | | } |
| | | |
| | | public void setRuId(String ruId) { |
| | | this.ruId = ruId; |
| | | } |
| | | |
| | | public List<PhotoVo> getRepairPhotos() { |
| | | return repairPhotos; |
| | | } |
| | | |
| | | public void setRepairPhotos(List<PhotoVo> repairPhotos) { |
| | | this.repairPhotos = repairPhotos; |
| | | } |
| | | |
| | | public List<PhotoVo> getBeforePhotos() { |
| | | return beforePhotos; |
| | | } |
| | | |
| | | public void setBeforePhotos(List<PhotoVo> beforePhotos) { |
| | | this.beforePhotos = beforePhotos; |
| | | } |
| | | |
| | | public List<PhotoVo> getAfterPhotos() { |
| | | return afterPhotos; |
| | | } |
| | | |
| | | public void setAfterPhotos(List<PhotoVo> afterPhotos) { |
| | | this.afterPhotos = afterPhotos; |
| | | } |
| | | } |