模特相关修改

及图层修改 添加优先级
This commit is contained in:
xupei
2023-10-04 14:51:00 +08:00
parent 9e7ed913ce
commit 6dc61dd452
2 changed files with 29 additions and 6 deletions

View File

@@ -47,4 +47,8 @@ public class DesignPythonOutfitVO {
*/
@ApiModelProperty(value = "缩放比例")
private Float scale = 1.0f;
/**
* 图层优先级 从1开始优先级数字越大越靠近上层
*/
private Integer priority;
}