Showing
1 changed file
with
35 additions
and
0 deletions
inferface-document/cms/yh_resource
0 → 100644
1 | +## resource (资源位) | ||
2 | + | ||
3 | +----------------------------- | ||
4 | +|参数名 |描述 | | ||
5 | +|------ |---- | | ||
6 | +|id |资源编号 | | ||
7 | +|name |资源名称 | | ||
8 | +|sort_id |分类编号 | | ||
9 | +|platform_id |平台编号 | | ||
10 | +|match_code |配对码 | | ||
11 | +|code |位置码 | | ||
12 | +|create_time |创建时间 | | ||
13 | + | ||
14 | + | ||
15 | +## resources_sort (资源分类) | ||
16 | + | ||
17 | +----------------------------- | ||
18 | +|参数名 |描述 | | ||
19 | +|------ |---- | | ||
20 | +|sort_id |分类id | | ||
21 | +|sort_name |分类名称 | | ||
22 | +|platform_id|平台编号 | | ||
23 | +|create_time |创建时间 | | ||
24 | +|status |状态码1:启用;0:不启用| | ||
25 | + | ||
26 | +## 平台表 | ||
27 | + | ||
28 | +----------------------------- | ||
29 | +|参数名 |描述 | | ||
30 | +|------ |---- | | ||
31 | +|platform_id|平台编号 | | ||
32 | +|platform_name |平台名称 | | ||
33 | +|platform_flag|平台标识 | | ||
34 | +|create_time |创建时间 | | ||
35 | +|status |状态码 启用;0:不启用| |
-
Please register or login to post a comment