From 47c4ae89c3efb0efd927b94f7d48c679740a6f03 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 31 八月 2023 16:25:34 +0800
Subject: [PATCH] 优化代码权限
---
java110-bean/src/main/java/com/java110/po/store/StorehousePo.java | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/po/store/StorehousePo.java b/java110-bean/src/main/java/com/java110/po/store/StorehousePo.java
index a5b6b1a..b7f07b3 100644
--- a/java110-bean/src/main/java/com/java110/po/store/StorehousePo.java
+++ b/java110-bean/src/main/java/com/java110/po/store/StorehousePo.java
@@ -20,6 +20,13 @@
private String allocationSwitch;
private String allocationRafId;
+ private String communityId;
+
+ private String allowPurchase;
+
+ private String allowUse;
+
+
public String getShDesc() {
return shDesc;
}
@@ -117,4 +124,28 @@
public void setAllocationRafId(String allocationRafId) {
this.allocationRafId = allocationRafId;
}
+
+ public String getCommunityId() {
+ return communityId;
+ }
+
+ public void setCommunityId(String communityId) {
+ this.communityId = communityId;
+ }
+
+ public String getAllowPurchase() {
+ return allowPurchase;
+ }
+
+ public void setAllowPurchase(String allowPurchase) {
+ this.allowPurchase = allowPurchase;
+ }
+
+ public String getAllowUse() {
+ return allowUse;
+ }
+
+ public void setAllowUse(String allowUse) {
+ this.allowUse = allowUse;
+ }
}
--
Gitblit v1.8.0