From 59d4ac771099844721d4fe0b2ff6f3ac28162099 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 24 十一月 2021 18:51:28 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java | 93 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 93 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java b/java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java
index bb9beb4..941d3d5 100644
--- a/java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java
@@ -28,6 +28,19 @@
private Date createTime;
private String statusCd = "0";
private String giveQuantity;
+ private String rstName;
+ private String parentRstName;
+ private String specName;
+ private String rstId;
+ private String parentRstId;
+ private String rssId;
+ //杞禒鎬绘暟閲�(灏忚)
+ private String subTotalQuantity;
+ //杞禒鎬绘暟閲�(澶ц)
+ private String highTotalQuantity;
+ private String unitCodeName;
+ private String miniUnitCodeName;
+
public String getAcceptUserId() {
return acceptUserId;
@@ -133,4 +146,84 @@
public void setGiveQuantity(String giveQuantity) {
this.giveQuantity = giveQuantity;
}
+
+ public String getRstName() {
+ return rstName;
+ }
+
+ public void setRstName(String rstName) {
+ this.rstName = rstName;
+ }
+
+ public String getSpecName() {
+ return specName;
+ }
+
+ public void setSpecName(String specName) {
+ this.specName = specName;
+ }
+
+ public String getRstId() {
+ return rstId;
+ }
+
+ public void setRstId(String rstId) {
+ this.rstId = rstId;
+ }
+
+ public String getRssId() {
+ return rssId;
+ }
+
+ public void setRssId(String rssId) {
+ this.rssId = rssId;
+ }
+
+ public String getSubTotalQuantity() {
+ return subTotalQuantity;
+ }
+
+ public void setSubTotalQuantity(String subTotalQuantity) {
+ this.subTotalQuantity = subTotalQuantity;
+ }
+
+ public String getHighTotalQuantity() {
+ return highTotalQuantity;
+ }
+
+ public void setHighTotalQuantity(String highTotalQuantity) {
+ this.highTotalQuantity = highTotalQuantity;
+ }
+
+ public String getUnitCodeName() {
+ return unitCodeName;
+ }
+
+ public void setUnitCodeName(String unitCodeName) {
+ this.unitCodeName = unitCodeName;
+ }
+
+ public String getMiniUnitCodeName() {
+ return miniUnitCodeName;
+ }
+
+ public void setMiniUnitCodeName(String miniUnitCodeName) {
+ this.miniUnitCodeName = miniUnitCodeName;
+ }
+
+ public String getParentRstName() {
+ return parentRstName;
+ }
+
+ public void setParentRstName(String parentRstName) {
+ this.parentRstName = parentRstName;
+ }
+
+ public String getParentRstId() {
+ return parentRstId;
+ }
+
+ public void setParentRstId(String parentRstId) {
+ this.parentRstId = parentRstId;
+ }
}
--
Gitblit v1.8.0