From 110d6060625a25f2546c4de3b3a57117d9cf769a Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 24 一月 2023 11:46:32 +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