From e52ddfe8caf7d0027950033a5aff2a1fd3482e9d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 01 六月 2022 17:50:25 +0800
Subject: [PATCH] 优化装修 跟踪记录 回显

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