|
@@ -32,7 +32,7 @@ type EnglishReportEmailPvPageListResp struct {
|
|
Paging *paging.PagingItem `description:"分页数据"`
|
|
Paging *paging.PagingItem `description:"分页数据"`
|
|
}
|
|
}
|
|
type EnglishReportEmailUvPageListResp struct {
|
|
type EnglishReportEmailUvPageListResp struct {
|
|
- List []*EnglishReportEmailPvResp
|
|
|
|
|
|
+ List []*EnglishReportEmailUvResp
|
|
Paging *paging.PagingItem `description:"分页数据"`
|
|
Paging *paging.PagingItem `description:"分页数据"`
|
|
}
|
|
}
|
|
|
|
|