designSingle 新增返回图层minio地址

This commit is contained in:
xupei
2023-10-05 15:09:49 +08:00
parent 30ba1d1d71
commit d8d167baa8
2 changed files with 6 additions and 0 deletions

View File

@@ -32,11 +32,15 @@ public class DesignPythonOutfitVO {
*/
@ApiModelProperty(value = "对应的图片的绝对路径")
private String imageUrl;
private String imageMinioUrl;
/**
* mask_url
*/
@ApiModelProperty(value = "遮罩")
private String maskUrl;
private String maskMinioUrl;
/**
* 位置
*/