feat(template): 添加模板缩放裁剪功能

- 在 TemplateEntity 中添加 zoomCut 字段,用于控制模板的缩放裁剪
- 更新 TemplateMapper.xml,增加 zoom_cut 列的插入和更新逻辑
This commit is contained in:
2025-09-08 10:54:21 +08:00
parent 29637bc5e5
commit c1ca4e8631
2 changed files with 4 additions and 2 deletions

View File

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