From e1cc4a8ac8250d8f76d4d85f49b2b00a4047f0c9 Mon Sep 17 00:00:00 2001 From: jyy <jyy> Date: Sat, 11 Sep 2021 17:40:53 +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