From c95f03bd1441b96c971777ae72765ef54299ba60 Mon Sep 17 00:00:00 2001
From: shiyj1101 <1098226878@qq.com>
Date: 星期一, 28 六月 2021 12:07:53 +0800
Subject: [PATCH] 保证金功能新增

---
 java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java b/java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java
index 89bc836..032c63b 100644
--- a/java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java
@@ -32,12 +32,12 @@
     private String staffId;
     private String staffName;
     private String staffTel;
-
+    private String startTime;
+    private String endTime;
 
     private Date createTime;
 
     private String statusCd = "0";
-
 
     public String getApplyId() {
         return applyId;
@@ -191,4 +191,20 @@
     public void setStateName(String stateName) {
         this.stateName = stateName;
     }
+
+    public String getStartTime() {
+        return startTime;
+    }
+
+    public void setStartTime(String startTime) {
+        this.startTime = startTime;
+    }
+
+    public String getEndTime() {
+        return endTime;
+    }
+
+    public void setEndTime(String endTime) {
+        this.endTime = endTime;
+    }
 }

--
Gitblit v1.8.0