| | |
| | | |
| | | private String orderByDesc; |
| | | |
| | | private String inspectionId; |
| | | |
| | | private String inspectionRouteId; |
| | | |
| | | public String getPlanUserId() { |
| | | return planUserId; |
| | | } |
| | |
| | | public void setOrderByDesc(String orderByDesc) { |
| | | this.orderByDesc = orderByDesc; |
| | | } |
| | | |
| | | public String getInspectionId() { |
| | | return inspectionId; |
| | | } |
| | | |
| | | public void setInspectionId(String inspectionId) { |
| | | this.inspectionId = inspectionId; |
| | | } |
| | | |
| | | public String getInspectionRouteId() { |
| | | return inspectionRouteId; |
| | | } |
| | | |
| | | public void setInspectionRouteId(String inspectionRouteId) { |
| | | this.inspectionRouteId = inspectionRouteId; |
| | | } |
| | | } |