From cca504b84583f8f8289b34e794939b8590a16446 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 23 五月 2023 14:34:22 +0800
Subject: [PATCH] optimzie exit room
---
java110-bean/src/main/java/com/java110/dto/purchaseApply/PurchaseApplyDetailDto.java | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/purchaseApply/PurchaseApplyDetailDto.java b/java110-bean/src/main/java/com/java110/dto/purchaseApply/PurchaseApplyDetailDto.java
index 3a3fed1..d047d4d 100755
--- a/java110-bean/src/main/java/com/java110/dto/purchaseApply/PurchaseApplyDetailDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/purchaseApply/PurchaseApplyDetailDto.java
@@ -25,6 +25,8 @@
private String supplierName;
private String unitCodeName;
private String miniUnitCodeName;
+ private String consultPrice;
+ private String timesId;
public String getApplyOrderId() {
return applyOrderId;
@@ -193,6 +195,22 @@
public void setParentRstName(String parentRstName) {
this.parentRstName = parentRstName;
}
+
+ public String getConsultPrice() {
+ return consultPrice;
+ }
+
+ public void setConsultPrice(String consultPrice) {
+ this.consultPrice = consultPrice;
+ }
+
+ public String getTimesId() {
+ return timesId;
+ }
+
+ public void setTimesId(String timesId) {
+ this.timesId = timesId;
+ }
}
--
Gitblit v1.8.0