voice_broadcast_statistics.go 235 B

1234567891011
  1. package response
  2. import (
  3. "github.com/rdlucklib/rdluck_tools/paging"
  4. "hongze/hz_crm_api/models/yb"
  5. )
  6. type BroadcastStatisticsResp struct {
  7. Paging *paging.PagingItem
  8. List []*yb.VoiceBroadcastTotal `description:"列表数据"`
  9. }