diff --git a/src/main/java/com/spring/modules/quotation/vo/QuotationInformationVo.java b/src/main/java/com/spring/modules/quotation/vo/QuotationInformationVo.java
index 2acd2c45..b95b23c3 100644
--- a/src/main/java/com/spring/modules/quotation/vo/QuotationInformationVo.java
+++ b/src/main/java/com/spring/modules/quotation/vo/QuotationInformationVo.java
@@ -78,4 +78,8 @@ public class QuotationInformationVo extends QuotationInformationEntity {
* 驳回意见
*/
private String rejectOpinion;
+
+ private String buNo;
+
+ private String buDesc;
}
diff --git a/src/main/resources/mapper/quotation/QuotationInformationMapper.xml b/src/main/resources/mapper/quotation/QuotationInformationMapper.xml
index 1e79d238..a522380c 100644
--- a/src/main/resources/mapper/quotation/QuotationInformationMapper.xml
+++ b/src/main/resources/mapper/quotation/QuotationInformationMapper.xml
@@ -52,125 +52,129 @@
-
-
-
-
-
-
-
-
+
+