From af24b40f3bc017fb30f1cf32fda0b32aca3fe19f Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期三, 08 三月 2023 00:50:20 +0800
Subject: [PATCH] 优化充电桩厂家

---
 java110-bean/src/main/java/com/java110/dto/inspectionPlan/InspectionPlanDto.java |   72 ++++++++++++++++++++++++++++++++++++
 1 files changed, 72 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/dto/inspectionPlan/InspectionPlanDto.java b/java110-bean/src/main/java/com/java110/dto/inspectionPlan/InspectionPlanDto.java
old mode 100644
new mode 100755
index a926c17..de3d307
--- a/java110-bean/src/main/java/com/java110/dto/inspectionPlan/InspectionPlanDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/inspectionPlan/InspectionPlanDto.java
@@ -33,6 +33,7 @@
     private String staffName;
     private String signType;
     private String startTime;
+    private String curTime;
     private String createUserId;
     private String createUserName;
     private String inspectionPlanId;
@@ -45,6 +46,13 @@
     private String inspectionPlanPeriodName;
     private String signTypeName;
     private String keyWord;
+    private String inspectionMonth;
+    private String inspectionDay;
+    private String inspectionWorkday;
+    private String startDate;
+    private String endDate;
+    private String beforeTime;
+    private String canReexamine;
 
 
     public String getInspectionPlanName() {
@@ -216,4 +224,68 @@
     public void setKeyWord(String keyWord) {
         this.keyWord = keyWord;
     }
+
+    public String getCurTime() {
+        return curTime;
+    }
+
+    public void setCurTime(String curTime) {
+        this.curTime = curTime;
+    }
+
+    public String getInspectionMonth() {
+        return inspectionMonth;
+    }
+
+    public void setInspectionMonth(String inspectionMonth) {
+        this.inspectionMonth = inspectionMonth;
+    }
+
+    public String getInspectionDay() {
+        return inspectionDay;
+    }
+
+    public void setInspectionDay(String inspectionDay) {
+        this.inspectionDay = inspectionDay;
+    }
+
+    public String getInspectionWorkday() {
+        return inspectionWorkday;
+    }
+
+    public void setInspectionWorkday(String inspectionWorkday) {
+        this.inspectionWorkday = inspectionWorkday;
+    }
+
+    public String getStartDate() {
+        return startDate;
+    }
+
+    public void setStartDate(String startDate) {
+        this.startDate = startDate;
+    }
+
+    public String getEndDate() {
+        return endDate;
+    }
+
+    public void setEndDate(String endDate) {
+        this.endDate = endDate;
+    }
+
+    public String getBeforeTime() {
+        return beforeTime;
+    }
+
+    public void setBeforeTime(String beforeTime) {
+        this.beforeTime = beforeTime;
+    }
+
+    public String getCanReexamine() {
+        return canReexamine;
+    }
+
+    public void setCanReexamine(String canReexamine) {
+        this.canReexamine = canReexamine;
+    }
 }

--
Gitblit v1.8.0