From 51eb5960c08cefdd0946768ca5a1df76bbb735d0 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期三, 22 二月 2023 22:32:59 +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