model.go 694 B

1234567891011121314151617181920212223242526272829303132
  1. package http
  2. import (
  3. "go-common/app/service/main/ugcpay-rank/api/http"
  4. )
  5. // Common .
  6. type Common = http.Common
  7. // RetRankElecAllAV .
  8. type RetRankElecAllAV = http.RetRankElecAllAV
  9. // RetRankElecMonth .
  10. type RetRankElecMonth = http.RetRankElecMonth
  11. // RetRankElecMonthUP .
  12. type RetRankElecMonthUP = http.RetRankElecMonthUP
  13. // ArgRankElecMonth .
  14. type ArgRankElecMonth = http.ArgRankElecMonth
  15. // ArgRankElecMonthUP .
  16. type ArgRankElecMonthUP = http.ArgRankElecMonthUP
  17. // RespRankElecMonth .
  18. type RespRankElecMonth = http.RespRankElecMonth
  19. // RespRankElecMonthUP .
  20. type RespRankElecMonthUP = http.RespRankElecMonthUP
  21. // RespRankElecAllAV .
  22. type RespRankElecAllAV = http.RespRankElecAllAV