From db0722ccb5dda632e8c0153b5b01df569926d727 Mon Sep 17 00:00:00 2001 From: jyy <jyy> Date: Sun, 11 Jul 2021 09:12:27 +0800 Subject: [PATCH] 总部新增取消按钮 --- 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