[优化]优化目录

This commit is contained in:
PandaX
2023-11-07 16:45:23 +08:00
parent 3a4cea5b26
commit 6bdc4b1dd6
37 changed files with 97 additions and 98 deletions

View File

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