fix: mall SeckillConfig

This commit is contained in:
puhui999
2023-07-10 16:39:22 +08:00
parent b67fabcf1f
commit 3fd9f1b43e
4 changed files with 41 additions and 11 deletions

View File

@ -5,7 +5,7 @@ export interface SeckillConfigVO {
name: string
startTime: string
endTime: string
picUrl: string
sliderPicUrls: string[]
status: number
}