|
@@ -10,6 +10,8 @@ public class ApiInspectionRouteDataVo implements Serializable {
|
|
|
private String seq;
|
|
private String seq;
|
|
|
private String remark;
|
|
private String remark;
|
|
|
|
|
|
|
|
|
|
+ private String[] InspectionRouteIds;
|
|
|
|
|
+
|
|
|
private String createTime;
|
|
private String createTime;
|
|
|
|
|
|
|
|
public String getInspectionRouteId() {
|
|
public String getInspectionRouteId() {
|
|
@@ -51,4 +53,12 @@ public class ApiInspectionRouteDataVo implements Serializable {
|
|
|
public void setCreateTime(String createTime) {
|
|
public void setCreateTime(String createTime) {
|
|
|
this.createTime = createTime;
|
|
this.createTime = createTime;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public String[] getInspectionRouteIds() {
|
|
|
|
|
+ return InspectionRouteIds;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setInspectionRouteIds(String[] inspectionRouteIds) {
|
|
|
|
|
+ InspectionRouteIds = inspectionRouteIds;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|