This commit is contained in:
2024-12-17 15:27:29 +08:00
parent b3b7590775
commit b88c070ec7
8 changed files with 49 additions and 2 deletions

View File

@ -29,6 +29,7 @@ public class GoodsPageVO {
private Integer sourceType;
@ApiModelProperty("商品(vlog)id goodsType为1时才有值")
private Long goodsId;
private String templateName;
@ApiModelProperty("模版封面图片")
private String templateCoverUrl;
}