营销:统一装修预览图片字段名称

(cherry picked from commit a9c231bed6)
This commit is contained in:
owen
2024-01-11 11:21:23 +08:00
committed by shizhong
parent d1c9f702d9
commit ae2209a53e
8 changed files with 26 additions and 26 deletions

View File

@ -5,7 +5,7 @@ export interface DiyPageVO {
templateId?: number
name: string
remark: string
previewImageUrls: string[]
previewPicUrls: string[]
property: string
}

View File

@ -7,7 +7,7 @@ export interface DiyTemplateVO {
used: boolean
usedTime?: Date
remark: string
previewImageUrls: string[]
previewPicUrls: string[]
property: string
}