From 61c19406a265fd3e03f3597d029060a4fe9ed80e Mon Sep 17 00:00:00 2001
From: 颓废太子 <1098226878@qq.com>
Date: 星期三, 24 十一月 2021 10:36:20 +0800
Subject: [PATCH] 优化代码
---
java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java | 41 +++++++++++++++++++++++++++++++++++++++--
1 files changed, 39 insertions(+), 2 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 f670c16..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
@@ -29,13 +29,18 @@
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;
@@ -189,4 +194,36 @@
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