修改字段

This commit is contained in:
liyj 2025-11-24 17:40:17 +08:00
parent 39b2347df0
commit 392f0546f6

View File

@ -80,6 +80,6 @@ public class ShopPageApp implements Serializable {
@TableField(exist = false) @TableField(exist = false)
private String tpl_label; private String tpl_label;
@ApiModelProperty(value = "市场展示图片,[{'imageUrl:'','content':''},{}]") @ApiModelProperty(value = "市场展示图片,[{'imageUrl:'','description':''}")
private String app_market_images; private String app_market_images;
} }