This commit is contained in:
2026-02-15 07:18:14 +08:00
parent d7cd899983
commit 8a7bf8a39c
39 changed files with 1578 additions and 2868 deletions

5
internal/model/db.go Normal file
View File

@@ -0,0 +1,5 @@
package model
type DBConfig struct {
ForceDB bool
}