review 营销活动

(cherry picked from commit 5d613e69b3)
This commit is contained in:
YunaiV
2023-06-24 18:53:57 +08:00
committed by shizhong
parent 70c2fe409c
commit a22eea8e90
9 changed files with 45 additions and 23 deletions

View File

@ -49,6 +49,7 @@ export interface Spu {
recommendGood?: boolean // 是否优品
}
// TODO @puhui999: SpuRespVO 合并到 SPU 里?前端少点 VO 类哈;
export interface SpuRespVO extends Spu {
price: number
salesCount: number