model/test/request/product.go
@@ -8,6 +8,7 @@ type ProductSearch struct { test.Product SupplierName string `json:"supplierName" form:"supplierName"` StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"` EndCreatedAt *time.Time `json:"endCreatedAt" form:"endCreatedAt"` request.PageInfo