From 48c9414db4b7c44a43524115570796025d38a653 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 17 一月 2022 16:37:34 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-bean/src/main/java/com/java110/dto/allocationStorehouseApply/AllocationStorehouseApplyDto.java |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 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 49ebaae..11e69bc 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
@@ -17,6 +17,7 @@
 
     private String applyId;
     private String[] applyIds;
+    private String bId;
     private String startUserId;
     private String startUserName;
     private String applyCount;
@@ -46,6 +47,8 @@
     //璋冩嫧杩旇繕鐘舵�佹爣璇�
     private String applyType;
     private String applyTypeName;
+    //璋冩嫧婧愪粨搴�
+    private String shId;
 
     public String getApplyId() {
         return applyId;
@@ -246,4 +249,20 @@
     public void setApplyTypeName(String applyTypeName) {
         this.applyTypeName = applyTypeName;
     }
+
+    public String getbId() {
+        return bId;
+    }
+
+    public void setbId(String bId) {
+        this.bId = bId;
+    }
+
+    public String getShId() {
+        return shId;
+    }
+
+    public void setShId(String shId) {
+        this.shId = shId;
+    }
 }

--
Gitblit v1.8.0