TASK:workspace、design模块代码;

This commit is contained in:
shahaibo
2023-09-14 13:19:54 +08:00
parent dc9957accf
commit e007d2353e
6 changed files with 48 additions and 33 deletions

View File

@@ -50,6 +50,11 @@ public class TDesignPythonOutfitDetail implements Serializable {
*/
@ApiModelProperty(value = "图层")
private String imageCategory;
/**
* imageSize
*/
@ApiModelProperty(value = "imageSize")
private String imageSize;
/**
* 对应的图片的绝对路径
*/