Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
shahaibo
2023-10-05 15:16:03 +08:00
4 changed files with 13 additions and 3 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;
/**
* 位置
*/