voice_section.go 241 B

12345678
  1. package request
  2. type VoiceSectionReq struct {
  3. VarietyId int `description:"品种id"`
  4. VarietyName string `description:"品种名称"`
  5. SectionName string `description:"板块名称"`
  6. ImgUrl string `description:"背景图url"`
  7. }