classify.go 89 B

12345
  1. package models
  2. type ClassifyListReq struct {
  3. Source int `description:"渠道编码"`
  4. }