This commit is contained in:
panda
2024-06-06 20:36:50 +08:00
parent 14c5b453b6
commit 41b61ebf1e
19 changed files with 41 additions and 288 deletions

View File

@@ -1,7 +1,7 @@
package tool
import (
"pandax/pkg/global/model"
"pandax/kit/utils"
"testing"
)
@@ -11,7 +11,7 @@ func TestToCamelCase(t *testing.T) {
}
func TestGenerateID(t *testing.T) {
id := model.GenerateID()
id := utils.GenerateID()
t.Log(id)
}