网关取消删除添加启用和停用功能 & 产品页套餐添加sort 排序和 count_min 最低购买数量字段
This commit is contained in:
@@ -11,4 +11,6 @@ export type ProductSku = Model & {
|
||||
product?: Product
|
||||
price_min?: string
|
||||
discount?: ProductDiscount
|
||||
sort: number
|
||||
count_min: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user