package response import ( "eta/eta_mini_crm_ht/services" "github.com/rdlucklib/rdluck_tools/paging" ) type ProductListResp struct { List []*services.ProductView Paging *paging.PagingItem `description:"分页数据"` } type ProductRiskResp struct { RiskLevel string SourceId int ProductType string }