Explorar el Código

Merge branch 'bzq1/uv_custom' of eta_server/eta_api into debug

鲍自强 hace 9 meses
padre
commit
c3a0c743a1
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:"分页数据"`
 }