1
0
This commit is contained in:
syui 2024-04-02 19:01:03 +09:00
parent 6a868436e7
commit ef9f54ecfb
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
"api/ent/ma"
"api/ent/ue"
"api/ent/user"
"os"
"github.com/go-faster/jx"
)

View File

@ -13,6 +13,7 @@ import (
"api/ent/ue"
"api/ent/user"
"os"
"github.com/go-faster/jx"
)