voice_section.go 192 B

1234567891011
  1. package response
  2. import (
  3. "github.com/rdlucklib/rdluck_tools/paging"
  4. "hongze/hz_crm_api/models/yb"
  5. )
  6. type VoiceSectionResp struct {
  7. List []*yb.VoiceSection
  8. Paging *paging.PagingItem
  9. }