| | |
| | | public class InspectionRouteDto extends PageDto implements Serializable { |
| | | |
| | | private String inspectionRouteId; |
| | | private String checkQuantity; |
| | | private String machineQuantity; |
| | | private String remark; |
| | | private String communityId; |
| | | private String routeName; |
| | | private int seq; |
| | | private String remark; |
| | | |
| | | private String communityId; |
| | | |
| | | private String[] InspectionRouteIds; |
| | | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | public String getInspectionRouteId() { |
| | | return inspectionRouteId; |
| | |
| | | |
| | | public void setInspectionRouteId(String inspectionRouteId) { |
| | | this.inspectionRouteId = inspectionRouteId; |
| | | } |
| | | |
| | | public String getCheckQuantity() { |
| | | return checkQuantity; |
| | | } |
| | | |
| | | public void setCheckQuantity(String checkQuantity) { |
| | | this.checkQuantity = checkQuantity; |
| | | } |
| | | |
| | | public String getMachineQuantity() { |
| | | return machineQuantity; |
| | | } |
| | | |
| | | public void setMachineQuantity(String machineQuantity) { |
| | | this.machineQuantity = machineQuantity; |
| | | } |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getRouteName() { |
| | |
| | | this.routeName = routeName; |
| | | } |
| | | |
| | | public int getSeq() { |
| | | return seq; |
| | | } |
| | | |
| | | public void setSeq(int seq) { |
| | | this.seq = seq; |
| | | } |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String[] getInspectionRouteIds() { |
| | | return InspectionRouteIds; |
| | | } |
| | | |
| | | public void setInspectionRouteIds(String[] inspectionRouteIds) { |
| | | InspectionRouteIds = inspectionRouteIds; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | } |