fix: mall SeckillConfig

(cherry picked from commit 3fd9f1b43e)
This commit is contained in:
puhui999
2023-07-10 16:39:22 +08:00
committed by shizhong
parent 5e0d09769d
commit 85cc7cdb46
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
}