From 05f5fcc1efbd628f08c868fdaf622554ff85271a Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期五, 21 五月 2021 17:44:43 +0800
Subject: [PATCH] 优化采购管理、优化维修工单办结、优化相关内容
---
java110-bean/src/main/java/com/java110/dto/allocationUserStorehouse/AllocationUserStorehouseDto.java | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 56 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..f670c16 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,14 @@
private Date createTime;
private String statusCd = "0";
private String giveQuantity;
+ private String rstName;
+ private String specName;
+ private String rstId;
+ private String rssId;
+ //杞鎬绘暟閲�(灏忚)
+ private String subTotalQuantity;
+ //杞鎬绘暟閲�(澶ц)
+ private String highTotalQuantity;
public String getAcceptUserId() {
return acceptUserId;
@@ -133,4 +141,52 @@
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;
+ }
}
--
Gitblit v1.8.0