From aecf1e6808cd9eca68f5ec87340bd6c92f8c464c Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Thu, 29 Jul 2021 20:40:26 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/api_score_meger' into api_score_meger --- zq-erp/src/main/java/com/matrix/system/hive/bean/SysVipLevel.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/hive/bean/SysVipLevel.java b/zq-erp/src/main/java/com/matrix/system/hive/bean/SysVipLevel.java index 5b3f178..e235061 100644 --- a/zq-erp/src/main/java/com/matrix/system/hive/bean/SysVipLevel.java +++ b/zq-erp/src/main/java/com/matrix/system/hive/bean/SysVipLevel.java @@ -54,7 +54,15 @@ private Long shopId; + private Long companyId; + public Long getCompanyId() { + return companyId; + } + + public void setCompanyId(Long companyId) { + this.companyId = companyId; + } public Long getShopId() { return shopId; -- Gitblit v1.9.1