网关取消删除添加启用和停用功能 & 产品页套餐添加sort 排序和 count_min 最低购买数量字段

This commit is contained in:
Eamon
2026-04-20 16:32:21 +08:00
parent 2377616a07
commit 69c8029b8b
7 changed files with 75 additions and 125 deletions

View File

@@ -11,4 +11,6 @@ export type ProductSku = Model & {
product?: Product
price_min?: string
discount?: ProductDiscount
sort: number
count_min: number
}