From 4253f8db8f79616a4d714af3adafc62890f5fac9 Mon Sep 17 00:00:00 2001
From: sangzhigang <sangzhigang@hongruiinfo.com>
Date: 星期一, 20 十二月 2021 10:23:03 +0800
Subject: [PATCH] 1、优化采购管理2、优化小区审核工作流问题3、优化用户信息

---
 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