feat:【antd】【mall】diy-editor 的 promotion-seckill 初始化 50%

This commit is contained in:
YunaiV
2025-11-02 16:36:46 +08:00
parent 82bc4e8b70
commit 0ffe7554ea
8 changed files with 161 additions and 199 deletions

View File

@@ -50,6 +50,10 @@ export namespace MallCombinationActivityApi {
products: CombinationProduct[];
/** 图片 */
picUrl?: string;
/** 商品名称 */
spuName?: string;
/** 市场价 */
marketPrice?: number;
}
/** 扩展 SKU 配置 */

View File

@@ -57,6 +57,10 @@ export namespace MallSeckillActivityApi {
products?: SeckillProduct[];
/** 图片 */
picUrl?: string;
/** 商品名称 */
spuName?: string;
/** 市场价 */
marketPrice?: number;
}
/** 扩展 SKU 配置 */