作者 yangfu

add yang_model1.go

  1 +type model_yang struct{
  2 + name string `json:"name"`
  3 +}