From ee78c9967bf142441e967e6c18d1459e44652acb Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期日, 13 十二月 2020 00:09:59 +0800
Subject: [PATCH] 加入根据权限ID 和商户ID查询员工ID
---
java110-bean/src/main/java/com/java110/dto/basePrivilege/BasePrivilegeDto.java | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/basePrivilege/BasePrivilegeDto.java b/java110-bean/src/main/java/com/java110/dto/basePrivilege/BasePrivilegeDto.java
index 392073a..8bc2a03 100644
--- a/java110-bean/src/main/java/com/java110/dto/basePrivilege/BasePrivilegeDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/basePrivilege/BasePrivilegeDto.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2017-2020 鍚村鏂� and java110 team.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package com.java110.dto.basePrivilege;
import com.java110.dto.PageDto;
@@ -8,6 +23,7 @@
private String userId;
private String pId;
+ private String storeId;
private String name;
private String resource;
private String domain;
@@ -96,4 +112,12 @@
public void setmId(String mId) {
this.mId = mId;
}
+
+ public String getStoreId() {
+ return storeId;
+ }
+
+ public void setStoreId(String storeId) {
+ this.storeId = storeId;
+ }
}
--
Gitblit v1.8.0