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