1
0
This commit is contained in:
Your Name
2024-02-21 09:16:45 +00:00
parent f7df1224e0
commit 5edf656f53
71 changed files with 309 additions and 176 deletions

View File

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