.gitignore

This commit is contained in:
2026-02-24 16:49:31 +08:00
parent 2efc76b973
commit c1ed49fa5f
19 changed files with 31 additions and 35 deletions

View File

@@ -12,7 +12,7 @@ import (
"order/model/dto"
"order/model/entity"
"gitee.com/red-future---jilin-g/common/http"
"gitea.com/red-future/common/http"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/util/gconv"
"github.com/robfig/cron/v3"

View File

@@ -12,7 +12,7 @@ import (
"order/model/dto"
"order/model/entity"
"gitee.com/red-future---jilin-g/common/http"
"gitea.com/red-future/common/http"
"github.com/gogf/gf/v2/frame/g"
"go.mongodb.org/mongo-driver/v2/bson"
)