优化数据库结构与数据插入逻辑

This commit is contained in:
2025-04-12 18:03:44 +08:00
parent 438a55cc3e
commit 8c268fd7a9
28 changed files with 218 additions and 213 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/redis/go-redis/v9"
)
var ID IdService = IdService{}
var ID = IdService{}
type IdService struct {
}