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

This commit is contained in:
owen
2024-01-11 11:21:23 +08:00
parent 1fb7701e6e
commit a9c231bed6
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
}