From 4f4fd43c199ff802df896256bc012a7277fdd4a1 Mon Sep 17 00:00:00 2001 From: jyy <jyy> Date: Sat, 25 Sep 2021 09:00:39 +0800 Subject: [PATCH] Merge branch 'score_shop' into api_score_meger --- zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopDeliveryInfo.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopDeliveryInfo.java b/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopDeliveryInfo.java index 5bd8247..28519b6 100644 --- a/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopDeliveryInfo.java +++ b/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopDeliveryInfo.java @@ -129,6 +129,7 @@ private Long shopId; private Long companyId; + private Long receiveId; public Long getCompanyId() { return companyId; } @@ -302,4 +303,12 @@ public void setShopId(Long shopId) { this.shopId = shopId; } + + public Long getReceiveId() { + return receiveId; + } + + public void setReceiveId(Long receiveId) { + this.receiveId = receiveId; + } } \ No newline at end of file -- Gitblit v1.9.1