作者 yangfu
  1 +type model_yang struct{
  2 + name string `json:"name"`
  3 +}
  1 +struct models2 struct{
  2 + age int `json:"age"`
  3 +}