From 10434d3c9758242ef9d645210ce3e8305e7a6be4 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期一, 12 十二月 2022 02:27:10 +0800
Subject: [PATCH] 优化积分使用记录

---
 java110-bean/src/main/java/com/java110/po/allocationUserStorehouse/AllocationUserStorehousePo.java |   18 ++++++++++++++++++
 1 files changed, 18 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..ed029ee 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,8 @@
     private String stock;
     private String createTime;
     private String giveQuantity;
+    private String resCode;
+    private String statusCd = "0";
 
     public String getAcceptUserId() {
         return acceptUserId;
@@ -112,4 +114,20 @@
     public void setGiveQuantity(String giveQuantity) {
         this.giveQuantity = giveQuantity;
     }
+
+    public String getResCode() {
+        return resCode;
+    }
+
+    public void setResCode(String resCode) {
+        this.resCode = resCode;
+    }
+
+    public String getStatusCd() {
+        return statusCd;
+    }
+
+    public void setStatusCd(String statusCd) {
+        this.statusCd = statusCd;
+    }
 }

--
Gitblit v1.8.0