zqbao hace 8 meses
padre
commit
67a3a5d274
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      models/english_report_email_pv.go

+ 1 - 1
models/english_report_email_pv.go

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