|
|
@@ -34,6 +34,7 @@ public class ApiInspectionPlanDataVo implements Serializable {
|
|
|
private String startDate;
|
|
|
private String endDate;
|
|
|
private String beforeTime;
|
|
|
+ private String canReexamine;;
|
|
|
|
|
|
public String getInspectionPlanId() {
|
|
|
return inspectionPlanId;
|
|
|
@@ -259,4 +260,12 @@ public class ApiInspectionPlanDataVo implements Serializable {
|
|
|
public void setBeforeTime(String beforeTime) {
|
|
|
this.beforeTime = beforeTime;
|
|
|
}
|
|
|
+
|
|
|
+ public String getCanReexamine() {
|
|
|
+ return canReexamine;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCanReexamine(String canReexamine) {
|
|
|
+ this.canReexamine = canReexamine;
|
|
|
+ }
|
|
|
}
|