|
@@ -25,6 +25,9 @@ public class WorkCustomMaskDto {
|
|
@ApiModelProperty("wordid")
|
|
@ApiModelProperty("wordid")
|
|
private String workId;
|
|
private String workId;
|
|
|
|
|
|
|
|
+ @ApiModelProperty("sceneCode")
|
|
|
|
+ private String sceneCode;
|
|
|
|
+
|
|
@ApiModelProperty("图片地址 ")
|
|
@ApiModelProperty("图片地址 ")
|
|
private String icon;
|
|
private String icon;
|
|
|
|
|