review 秒杀、拼团活动的 CRUD

(cherry picked from commit a003b59e39)
This commit is contained in:
YunaiV
2023-07-26 19:22:26 +08:00
committed by shizhong
parent 8641221274
commit 2104de6a71
3 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,8 @@
import request from '@/config/axios'
import { Sku, Spu } from '@/api/mall/product/spu'
// TODO @puhui999: combinationActivity.ts
export interface CombinationActivityVO {
id?: number
name?: string