This commit is contained in:
eson
2023-09-22 14:34:23 +08:00
parent ec4fe76856
commit 4005af2040
3 changed files with 37 additions and 17 deletions

View File

@@ -8,9 +8,12 @@ import (
)
func TestCase1(t *testing.T) {
u := gmodel.UserProfile{
FirstName: "h",
LastName: "sm",
u := gmodel.UserProfileBase{
Base: struct {
FirstName string "json:\"first_name\""
LastName string "json:\"last_name\""
Resetaurant string "json:\"resetaurant\""
}{},
}
conn := initalize.InitMysql("fsreaderwriter:XErSYmLELKMnf3Dh@tcp(fusen.cdmigcvz3rle.us-east-2.rds.amazonaws.com:3306)/fusen")