fix
wangpengfei
2023-08-30 a7a842b30253d5e91f2a37ea8be4fa64cf4ac9ea
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