From c6b957521c11ea76f7cf32a1125a9b174dce2ffb Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期日, 11 十二月 2022 22:19:45 +0800
Subject: [PATCH] 加入小区优化

---
 java110-bean/src/main/java/com/java110/po/inspection/InspectionPlanPo.java |   66 ++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 1 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/po/inspection/InspectionPlanPo.java b/java110-bean/src/main/java/com/java110/po/inspection/InspectionPlanPo.java
index 91877f9..9d62cd5 100755
--- a/java110-bean/src/main/java/com/java110/po/inspection/InspectionPlanPo.java
+++ b/java110-bean/src/main/java/com/java110/po/inspection/InspectionPlanPo.java
@@ -18,13 +18,21 @@
     private String communityId;
     private String startTime;
     private String endTime;
+    private String startDate;
+    private String endDate;
     private String inspectionPlanPeriod;
     private String signType;
     private String state;
     private String remark;
     private String createUserId;
     private String createUserName;
-    private String statusCd;
+    private String statusCd ="0";
+    private String inspectionMonth;
+    private String inspectionDay;
+    private String inspectionWorkday;
+    private String beforeTime;
+    private String canReexamine;
+
 
     public String getInspectionPlanId() {
         return inspectionPlanId;
@@ -129,4 +137,60 @@
     public void setStatusCd(String statusCd) {
         this.statusCd = statusCd;
     }
+
+    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 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 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