This commit is contained in:
2024-06-21 14:13:15 +08:00
parent 7d79acf43a
commit 9a4fba1827
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ type GetProductList struct {
}
type GetProductPageOrder struct {
Stock string `json:"stock" form:"stock" label:"库存" validate:"oneof=desc asc"`
Stock string `json:"stock" form:"stock" label:"库存" validate:"oneof=desc asc no"`
}
// AddProduct 新增商品