You've already forked FrameTour-BE
- 在 TemplateRespVO 类中添加 zoomCut 字段 - 用于表示模板是否支持缩放裁剪功能
This commit is contained in:
@@ -87,6 +87,7 @@ public class TemplateRespVO {
|
|||||||
private Integer sort;
|
private Integer sort;
|
||||||
private String resolution;
|
private String resolution;
|
||||||
private Integer cropEnable;
|
private Integer cropEnable;
|
||||||
|
private Integer zoomCut;
|
||||||
private String onlyIf;
|
private String onlyIf;
|
||||||
private List<TemplateRespVO> children;
|
private List<TemplateRespVO> children;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user