model/test/request/supplier_type.go @@ -12,3 +12,7 @@ EndCreatedAt *time.Time `json:"endCreatedAt" form:"endCreatedAt"` request.PageInfo } type SupplierTypeList struct { SupplierTypes []test.SupplierType `json:"supplierTypes"` }