书籍模块

This commit is contained in:
2026-04-27 10:12:21 +08:00
parent 1e33640629
commit 13db6e89f0
33 changed files with 8820 additions and 738 deletions

View File

@@ -1,10 +0,0 @@
# 作者状态
- 模块book
- 字典编码:`book_author_status`
- 字典类型:`固定值域字典`
| Label | Value | Sort | Status | Desc |
|:---|:---|:---|:---|:---|
| 启用 | `enabled` | 10 | true | 作者可正常展示,并可被书籍继续关联 |
| 禁用 | `disabled` | 20 | true | 作者不再对外展示,且不应再被新增书籍关联 |

View File

@@ -0,0 +1,10 @@
# 通用启用状态
- 模块common
- 字典编码:`common_enabled_status`
- 字典类型:`固定值域字典`
| Label | Value | Sort | Status | Desc |
|:---|:---|:---|:---|:---|
| 启用 | `enabled` | 10 | true | 业务对象处于启用状态,可按对应业务规则正常使用 |
| 禁用 | `disabled` | 20 | true | 业务对象处于禁用状态,不应再被新增业务关系使用 |