From eeba916b840d8851bc38586fd162358f7ed1941e Mon Sep 17 00:00:00 2001
From: yinbangzhong <zhongbangyin@126.com>
Date: 星期一, 29 七月 2024 18:10:38 +0800
Subject: [PATCH] 权限用户资源

---
 src/api/authority.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/api/authority.ts b/src/api/authority.ts
index e322a2e..3db14ab 100644
--- a/src/api/authority.ts
+++ b/src/api/authority.ts
@@ -8,6 +8,7 @@
   email: string;
   phoneNumber: string;
   dept: any;
+  resources:any;
   createTime: string;
   status: string;
 }

--
Gitblit v1.8.0