From b18acb00ed9bb3aced40d6e49f004aace9d98aa2 Mon Sep 17 00:00:00 2001
From: shiyj1101 <1098226878@qq.com>
Date: 星期五, 18 六月 2021 17:51:28 +0800
Subject: [PATCH] 提现加开户行ID

---
 java110-bean/src/main/java/com/java110/dto/basePrivilege/BasePrivilegeDto.java |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 57 insertions(+), 1 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
old mode 100644
new mode 100755
index f2285f3..4aa0131
--- 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,16 +1,40 @@
+/*
+ * 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;
 
 import java.io.Serializable;
 
+/**
+ * <p>鍩虹鏉冮檺 瀵硅薄</p>
+ * <p>
+ * add by wuxw 2020-12-13
+ */
 public class BasePrivilegeDto extends PageDto implements Serializable {
 
+    private String userId;
     private String pId;
+    private String storeId;
     private String name;
+    private String resource;
     private String domain;
     private String description;
-    private String statusCd;
+    private String statusCd = "0";
+    private String mId;
 
     private String createTime;
 
@@ -69,4 +93,36 @@
     public void setCreateTime(String createTime) {
         this.createTime = createTime;
     }
+
+    public String getResource() {
+        return resource;
+    }
+
+    public void setResource(String resource) {
+        this.resource = resource;
+    }
+
+    public String getUserId() {
+        return userId;
+    }
+
+    public void setUserId(String userId) {
+        this.userId = userId;
+    }
+
+    public String getmId() {
+        return mId;
+    }
+
+    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