chore: update book enabled status wiring

This commit is contained in:
2026-04-27 11:41:35 +08:00
parent 93bde0a6b6
commit 67c33d06be
25 changed files with 336 additions and 122 deletions

View File

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