From 5d7054c42cfee40abbe28be89e151c13f5d04f5f Mon Sep 17 00:00:00 2001
From: sangzhigang <sangzhigang@hongruiinfo.com>
Date: 星期五, 05 十一月 2021 15:31:12 +0800
Subject: [PATCH] 1、新增产权登记2、修复采购管理关于流程调拨采购领用bug
---
java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java b/java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java
index ee31248..08b2476 100644
--- a/java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/allocationStorehouse/AllocationStorehouseDto.java
@@ -42,8 +42,10 @@
private String price;
private String originalStock;
private String rstName;
+ private String parentRstName;
private String specName;
private String rstId;
+ private String parentRstId;
private String rssId;
private String statusCd = "0";
@@ -366,4 +368,20 @@
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