1
0
This commit is contained in:
Your Name
2024-02-21 09:16:45 +00:00
committed by syui
parent f7df1224e0
commit 8c6be8273e
74 changed files with 318 additions and 217 deletions

View File

@ -6,11 +6,11 @@ import (
"context"
"net/http"
"t/ent"
"t/ent/card"
"t/ent/group"
"t/ent/ue"
"t/ent/user"
"api/ent"
"api/ent/card"
"api/ent/group"
"api/ent/ue"
"api/ent/user"
"os"
"github.com/go-faster/jx"
)

View File

@ -2,7 +2,7 @@
package ogent
import "t/ent"
import "api/ent"
func NewCardCreate(e *ent.Card) *CardCreate {
if e == nil {