模板添加两个参数

This commit is contained in:
2025-02-19 14:36:27 +08:00
parent e87ce424fb
commit 373922bbbf
6 changed files with 21 additions and 16 deletions

View File

@ -76,5 +76,6 @@ public class TemplateEntity {
private Integer sort;
private Integer cropEnable;
private String onlyIf;
private String resolution;
private List<TemplateEntity> children;
}

View File

@ -86,6 +86,7 @@ public class TemplateRespVO {
private BigDecimal price;
private BigDecimal slashPrice;
private Integer sort;
private String resolution;
private Integer cropEnable;
private String onlyIf;
private List<TemplateRespVO> children;