作者 yangfu

update yang_model2.go

1 struct models2 struct{ 1 struct models2 struct{
  2 + age int `json:"age"`
2 } 3 }