论文编写
This commit is contained in:
10
solution/er图/Pages/PageFile.md
Normal file
10
solution/er图/Pages/PageFile.md
Normal file
@@ -0,0 +1,10 @@
|
||||
表 4-9 PageFile(页面文件表)
|
||||
|
||||
| 字段 | 类型 | 说明 |
|
||||
|--------------------|-----------|--------------------------|
|
||||
| Id | INTEGER | 文件ID |
|
||||
| PageId | INTEGER | 页面ID |
|
||||
| Name | TEXT | 文件名称 |
|
||||
| Navigation | TEXT | 导航标识 |
|
||||
| Revision | INTEGER | 修订版本 |
|
||||
| CreatedDate | TEXT | 创建日期 |
|
||||
12
solution/er图/Pages/PageFileRevision.md
Normal file
12
solution/er图/Pages/PageFileRevision.md
Normal file
@@ -0,0 +1,12 @@
|
||||
表 4-10 PageFileRevision(页面文件修订表)
|
||||
|
||||
| 字段 | 类型 | 说明 |
|
||||
|--------------------|-----------|--------------------------|
|
||||
| PageFileId | INTEGER | 页面文件ID |
|
||||
| ContentType | TEXT | 内容类型 |
|
||||
| Size | INTEGER | 文件大小 |
|
||||
| CreatedByUserId | TEXT | 创建者用户ID |
|
||||
| CreatedDate | TEXT | 创建日期 |
|
||||
| Data | BLOB | 文件数据 |
|
||||
| Revision | INTEGER | 修订版本 |
|
||||
| DataHash | INTEGER | 数据哈希值 |
|
||||
6
solution/er图/Pages/PageProcessingInstruction.md
Normal file
6
solution/er图/Pages/PageProcessingInstruction.md
Normal file
@@ -0,0 +1,6 @@
|
||||
表 4-11 PageProcessingInstruction(页面处理指令表)
|
||||
|
||||
| 字段 | 类型 | 说明 |
|
||||
|--------------------|-----------|--------------------------|
|
||||
| PageId | INTEGER | 页面ID |
|
||||
| Instruction | TEXT | 处理指令 |
|
||||
8
solution/er图/Pages/PageReference.md
Normal file
8
solution/er图/Pages/PageReference.md
Normal file
@@ -0,0 +1,8 @@
|
||||
表 4-12 PageReference(页面引用表)
|
||||
|
||||
| 字段 | 类型 | 说明 |
|
||||
|----------------------------|-----------|--------------------------|
|
||||
| PageId | INTEGER | 页面ID |
|
||||
| ReferencesPageName | TEXT | 引用页面名称 |
|
||||
| ReferencesPageNavigation | TEXT | 引用页面导航标识 |
|
||||
| ReferencesPageId | INTEGER | 引用页面ID |
|
||||
13
solution/er图/Pages/PageRevision.md
Normal file
13
solution/er图/Pages/PageRevision.md
Normal file
@@ -0,0 +1,13 @@
|
||||
表 4-13 PageRevision(页面修订表)
|
||||
|
||||
| 字段 | 类型 | 说明 |
|
||||
|--------------------|-----------|--------------------------|
|
||||
| PageId | INTEGER | 页面ID |
|
||||
| Name | TEXT | 页面名称 |
|
||||
| Namespace | TEXT | 命名空间 |
|
||||
| Description | TEXT | 描述 |
|
||||
| Body | TEXT | 内容 |
|
||||
| Revision | INTEGER | 修订版本 |
|
||||
| ModifiedByUserId | TEXT | 修改者用户ID |
|
||||
| ModifiedDate | TEXT | 修改日期 |
|
||||
| DataHash | INTEGER | 数据哈希值 |
|
||||
8
solution/er图/Pages/PageRevisionAttachment.md
Normal file
8
solution/er图/Pages/PageRevisionAttachment.md
Normal file
@@ -0,0 +1,8 @@
|
||||
表 4-14 PageRevisionAttachment(页面修订附件表)
|
||||
|
||||
| 字段 | 类型 | 说明 |
|
||||
|--------------------|-----------|--------------------------|
|
||||
| PageId | INTEGER | 页面ID |
|
||||
| PageFileId | INTEGER | 页面文件ID |
|
||||
| FileRevision | INTEGER | 文件修订版本 |
|
||||
| PageRevision | INTEGER | 页面修订版本 |
|
||||
6
solution/er图/Pages/PageTag.md
Normal file
6
solution/er图/Pages/PageTag.md
Normal file
@@ -0,0 +1,6 @@
|
||||
表 4-15 PageTag(页面标签表)
|
||||
|
||||
| 字段 | 类型 | 说明 |
|
||||
|--------------------|-----------|--------------------------|
|
||||
| PageId | INTEGER | 页面ID |
|
||||
| Tag | TEXT | 标签 |
|
||||
Reference in New Issue
Block a user