package response import ( "github.com/rdlucklib/rdluck_tools/paging" "hongze/hz_crm_api/models/yb" ) type VoiceSectionResp struct { List []*yb.VoiceSection Paging *paging.PagingItem }