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