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,6 +0,0 @@
package common
const (
CommonEnabledStatusEnabled = "enabled"
CommonEnabledStatusDisabled = "disabled"
)