测试部分的model

This commit is contained in:
2024-04-10 17:30:12 +08:00
parent ad3c959586
commit fbef5d56a7
13 changed files with 1497 additions and 622 deletions

5
utils/basic/ptr_type.go Normal file
View File

@@ -0,0 +1,5 @@
package basic
func StringPtr(src string) *string {
return &src
}

1
utils/vsql/tools.go Normal file
View File

@@ -0,0 +1 @@
package vsql