Browse Source

add white_user table

huodongdong 6 years atrás
parent
commit
e6d6843995
3 changed files with 17 additions and 0 deletions
  1. 2 0
      api/cms/white_user/user_list.md
  2. 1 0
      api/cms/white_user/user_save.md
  3. 14 0
      tob/db.md

+ 2 - 0
api/cms/white_user/user_list.md

@@ -26,6 +26,8 @@
                 "id": "1",
                 "userId": "xxxx",
                 "code": "xxxx",
+                "merchantId": "xxxx",
+                "merchantName": "xxxx",
                 "startTime: xxx,
                 'endTime': xxx,
                 "status": "NORMAL",

+ 1 - 0
api/cms/white_user/user_save.md

@@ -17,6 +17,7 @@
 {
     "id": "1",
     "userId": 'xxx',
+    "merchantId": "xxxx",
     "startTime": xxxx,
     "endTime": xxxx,
     "status": "NORMAL",

+ 14 - 0
tob/db.md

@@ -729,3 +729,17 @@
 |id|varchar(255)|id|
 |role_id|varchar(255)|role id|
 |user_id|varchar(255)|user id|
+
+<a name="u_white_user_pointer"></a>
+
+* u_white_user表()[↑](#返回顶部)
+|字段名称|字段类型|字段含义|
+|:---:|:---:|:---:|
+|id|varchar(255)|id|
+|user_id | varchar(255) | userId |
+|gmt_created|timestamp|创建时间|
+|gmt_modified|timestamp|修改时间|
+|start_time|timestamp|开始时间|
+|end_time|timestamp|结束时间, 为空表示永久有效|
+|merchant_id|varchar(255)|渠道id|
+|status|int(11)|状态|