From 0a9b6e565843bd25e5ef37e979c7da9bbf3df218 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期五, 22 四月 2022 17:06:43 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-bean/src/main/java/com/java110/po/allocationUserStorehouse/AllocationUserStorehousePo.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/po/allocationUserStorehouse/AllocationUserStorehousePo.java b/java110-bean/src/main/java/com/java110/po/allocationUserStorehouse/AllocationUserStorehousePo.java
index 927a2e1..48d2bf8 100644
--- a/java110-bean/src/main/java/com/java110/po/allocationUserStorehouse/AllocationUserStorehousePo.java
+++ b/java110-bean/src/main/java/com/java110/po/allocationUserStorehouse/AllocationUserStorehousePo.java
@@ -16,6 +16,7 @@
     private String stock;
     private String createTime;
     private String giveQuantity;
+    private String resCode;
 
     public String getAcceptUserId() {
         return acceptUserId;
@@ -112,4 +113,12 @@
     public void setGiveQuantity(String giveQuantity) {
         this.giveQuantity = giveQuantity;
     }
+
+    public String getResCode() {
+        return resCode;
+    }
+
+    public void setResCode(String resCode) {
+        this.resCode = resCode;
+    }
 }

--
Gitblit v1.8.0