初始化项目

This commit is contained in:
2026-04-27 10:54:32 +08:00
parent 28976d3e7d
commit ba360bc89b
20 changed files with 589 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package public
// sql 数据库表名
const (
TableNameAccount = "account"
TableNameAccountUserDialog = "account_user_dialog"
TableNameScriptedSpeech = "scripted_speech"
)