From 8f61316069a6ffffb0998ed3f498bd4e3acc77e4 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 10 五月 2022 11:36:15 +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