Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docTest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
叶璐泽
docTest
Commits
fcd8ed76
Commit
fcd8ed76
authored
Dec 20, 2024
by
叶璐泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
95e2d63c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
README.md
README.md
+30
-0
No files found.
README.md
View file @
fcd8ed76
...
...
@@ -7,3 +7,32 @@ graph TD;
```
```
mermaid
erDiagram
t_client_user ||--o{ t_client_user_device : has
t_client_user_device }|--|| t_user_device_group : related
t_client_user ||--o{ t_user_device_group : has
t_client_user_device }|--|| t_device: related
t_user_device_group {
Long group_id PK "pk"
string group_name "分组名称"
Long create_user_id "创建人ID"
}
t_client_user_device {
Long id "pk"
Lond pid "分享钥匙上一个人的id"
Lond user_id "用户id"
Long group_id "设备分组id"
Long device_id "设备id"
string device_sn "设备序列号"
Intger bind_status "0:未绑定,1:已绑定"
Intger role_type "角色类型,1-超级管理员,2-管理员,3-普通成员,4-电子钥匙"
string lock_authority "门锁权限:1-指纹,2-密码,3-iccard,4-人脸"
Intger is_frozen "是否被冻结,0:未冻结,1:已冻结"
Intger is_forever_auth "是否永久授权:0-否,1-是"
string member_nick_name "user昵称(跟member没关系)"
string is_other_device "其他设备,扫码添加设备,只有分组关联的记录"
string other_params "其他设备配置参数,扫码添加设备,只有分组关联的记录"
}
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment