初始化项目

This commit is contained in:
2025-12-09 16:10:45 +08:00
parent 2ccbf71b60
commit 339dd97f66
42 changed files with 93 additions and 106 deletions

View File

@@ -5,9 +5,9 @@ import (
"crypto/rand"
"encoding/hex"
"cidservice/dao"
"cidservice/model/dto"
"cidservice/model/entity"
"cid/dao"
"cid/model/dto"
"cid/model/entity"
"github.com/gogf/gf/v2/errors/gerror"
)