Authored by wei

增加 resources_content、 resources_content_data

... ... @@ -20,7 +20,7 @@
|create_time |创建时间 |
|status |状态码1:启用;0:不启用|
## platform 平台表
## platform (平台表)
-----------------------------
|参数名 |描述 |
|------ |---- |
... ... @@ -28,4 +28,31 @@
|platform_name |平台名称 |
|platform_flag|平台标识 |
|create_time |创建时间 |
|status |状态码 启用;0:不启用|
\ No newline at end of file
|status |状态码 启用;0:不启用|
## resources_content(资源内容)
-----------------------------
|参数名 |描述 |
|------ |---- |
|id |主键    |
|platform_id|平台id     |
|sort_id |分类id |
|resources_id|资源id |
|name |资源名称 |
|order_by |排序 |
|create_time| 创建日期 |
## resources_content_data(资源内容数据)
-----------------------------
|参数名 |描述 |
|------ |---- |
|id |主键    |
|platform_id|平台id     |
|sort_id |分类id |
|resource_content_id|资源内容id|
|template_key|代码固定位123 |
|content_data|内容(json字符串)|
|create_time |创建日期 |
|publish_time|未用 |
|update_time |未用 |
\ No newline at end of file
... ...