From 1af4e76f8440b1efbbce3689fdcc16f4a4f2c6c3 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 18 六月 2021 00:01:42 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-bean/src/main/java/com/java110/vo/api/purchaseApply/ApiPurchaseApplyDataVo.java | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/vo/api/purchaseApply/ApiPurchaseApplyDataVo.java b/java110-bean/src/main/java/com/java110/vo/api/purchaseApply/ApiPurchaseApplyDataVo.java
index 43a89cc..34b8698 100755
--- a/java110-bean/src/main/java/com/java110/vo/api/purchaseApply/ApiPurchaseApplyDataVo.java
+++ b/java110-bean/src/main/java/com/java110/vo/api/purchaseApply/ApiPurchaseApplyDataVo.java
@@ -16,6 +16,7 @@
private String resourceNames;
//绱浠锋牸
private String totalPrice;
+ private String purchaseTotalPrice;
private String endUserName;
private String endUserTel;
private List<PurchaseApplyDetailVo> purchaseApplyDetailVo;
@@ -23,6 +24,9 @@
private String staffId;
private String staffName;
private String staffTel;
+ private String warehousingWay;
+ private String createUserId;
+ private String createUserName;
public String getApplyOrderId() {
@@ -144,4 +148,36 @@
public void setStaffTel(String staffTel) {
this.staffTel = staffTel;
}
+
+ public String getPurchaseTotalPrice() {
+ return purchaseTotalPrice;
+ }
+
+ public void setPurchaseTotalPrice(String purchaseTotalPrice) {
+ this.purchaseTotalPrice = purchaseTotalPrice;
+ }
+
+ public String getWarehousingWay() {
+ return warehousingWay;
+ }
+
+ public void setWarehousingWay(String warehousingWay) {
+ this.warehousingWay = warehousingWay;
+ }
+
+ public String getCreateUserId() {
+ return createUserId;
+ }
+
+ public void setCreateUserId(String createUserId) {
+ this.createUserId = createUserId;
+ }
+
+ public String getCreateUserName() {
+ return createUserName;
+ }
+
+ public void setCreateUserName(String createUserName) {
+ this.createUserName = createUserName;
+ }
}
--
Gitblit v1.8.0