From 6dfa1d6bee9568d13414cb0457121a59a89eacce Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 27 六月 2022 14:57:52 +0800
Subject: [PATCH] 优化处理
---
java110-bean/src/main/java/com/java110/vo/api/purchaseApplyDetail/ApiPurchaseApplyDetailDataVo.java | 81 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 81 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/vo/api/purchaseApplyDetail/ApiPurchaseApplyDetailDataVo.java b/java110-bean/src/main/java/com/java110/vo/api/purchaseApplyDetail/ApiPurchaseApplyDetailDataVo.java
old mode 100644
new mode 100755
index 2c41b95..1f07081
--- a/java110-bean/src/main/java/com/java110/vo/api/purchaseApplyDetail/ApiPurchaseApplyDetailDataVo.java
+++ b/java110-bean/src/main/java/com/java110/vo/api/purchaseApplyDetail/ApiPurchaseApplyDetailDataVo.java
@@ -32,6 +32,15 @@
private String endTime;
private String rsId;
private String supplierName;
+ private String rstName;
+ private String parentRstName;
+ private String specName;
+ private String shId;
+ private String shName;
+ private String unitCodeName;
+ private String miniUnitCodeName;
+ private String isFixed;
+ private String isFixedName;
public String getOperate() {
return operate;
@@ -264,4 +273,76 @@
public void setSupplierName(String supplierName) {
this.supplierName = supplierName;
}
+
+ 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 getShId() {
+ return shId;
+ }
+
+ public void setShId(String shId) {
+ this.shId = shId;
+ }
+
+ public String getShName() {
+ return shName;
+ }
+
+ public void setShName(String shName) {
+ this.shName = shName;
+ }
+
+ 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 getIsFixed() {
+ return isFixed;
+ }
+
+ public void setIsFixed(String isFixed) {
+ this.isFixed = isFixed;
+ }
+
+ public String getIsFixedName() {
+ return isFixedName;
+ }
+
+ public void setIsFixedName(String isFixedName) {
+ this.isFixedName = isFixedName;
+ }
}
--
Gitblit v1.8.0