You've already forked FrameTour-BE
添加字段
This commit is contained in:
@ -40,6 +40,7 @@ public class TemplateEntity {
|
||||
* PLACEHOLDER_***:根据任务附加属性获取
|
||||
*/
|
||||
private String sourceUrl;
|
||||
private String effects;
|
||||
/**
|
||||
* 逗号隔开,叠加调色列表
|
||||
*/
|
||||
|
@ -44,6 +44,7 @@ public class TemplateRespVO {
|
||||
*/
|
||||
@ApiModelProperty("来源,如果是占位素材则为占位标识")
|
||||
private String sourceUrl;
|
||||
private String effects;
|
||||
/**
|
||||
* 逗号隔开,叠加调色列表
|
||||
*/
|
||||
|
Reference in New Issue
Block a user