This commit is contained in:
yanweidong
2026-01-27 00:25:34 +08:00
parent 1e34ef857f
commit f74299fd25
20 changed files with 920 additions and 0 deletions

5
internal/models/query.go Normal file
View File

@@ -0,0 +1,5 @@
package models
// 初始化数据
func InitData() {
}