You've already forked FrameTour-BE
模板添加两个参数
This commit is contained in:
@ -76,5 +76,6 @@ public class TemplateEntity {
|
||||
private Integer sort;
|
||||
private Integer cropEnable;
|
||||
private String onlyIf;
|
||||
private String resolution;
|
||||
private List<TemplateEntity> children;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user