This commit is contained in:
wucongxing8150 2024-06-21 14:14:59 +08:00
parent 9a4fba1827
commit f4b11bc7ea

View File

@ -71,7 +71,7 @@ type GetProductList struct {
}
type GetProductPageOrder struct {
Stock string `json:"stock" form:"stock" label:"库存" validate:"oneof=desc asc no"`
Stock string `json:"stock" form:"stock" label:"库存"`
}
// AddProduct 新增商品