论文编写

This commit is contained in:
zel
2025-02-28 16:45:36 +08:00
parent 1a762d5913
commit 294d3c140d
46 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
表 4-7 Page页面表
| 字段 | 类型 | 说明 |
| ---------------- | ------- | ------------- |
| Id | INTEGER | 页面 ID |
| Name | TEXT | 页面名称 |
| Namespace | TEXT | 命名空间 |
| Navigation | TEXT | 导航标识 |
| Description | TEXT | 描述 |
| Revision | INTEGER | 修订版本 |
| CreatedByUserId | TEXT | 创建者用户 ID |
| CreatedDate | TEXT | 创建日期 |
| ModifiedByUserId | TEXT | 修改者用户 ID |
| ModifiedDate | TEXT | 修改日期 |

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

View File

@@ -0,0 +1,9 @@
表 4-8 PageComment页面评论表
| 字段 | 类型 | 说明 |
| ----------- | ------- | -------- |
| Id | INTEGER | 评论 ID |
| PageId | INTEGER | 页面 ID |
| CreatedDate | TEXT | 创建日期 |
| UserId | TEXT | 用户 ID |
| Body | TEXT | 评论内容 |

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB