【功能修复】修复装修页面的拼团价格和秒杀价格

This commit is contained in:
卢越
2024-08-16 13:49:08 +08:00
parent d3f38c690e
commit 3b445d031f
4 changed files with 32 additions and 2 deletions

View File

@ -24,6 +24,7 @@ export interface SeckillActivityVO {
// 秒杀活动所需属性
export interface SeckillProductVO {
skuId: number
spuId: number
seckillPrice: number
stock: number
}