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 |    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 48d2bf8..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
@@ -17,6 +17,7 @@
     private String createTime;
     private String giveQuantity;
     private String resCode;
+    private String statusCd = "0";
 
     public String getAcceptUserId() {
         return acceptUserId;
@@ -121,4 +122,12 @@
     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