TASK:workspace、design模块代码;

This commit is contained in:
shahaibo
2023-09-20 16:02:57 +08:00
parent d3530f0af9
commit 49b62d3733
12 changed files with 97 additions and 58 deletions

View File

@@ -60,8 +60,18 @@ public class Workspace implements Serializable {
/**
* 人体模型
*/
@ApiModelProperty(value = "人体模型")
private String mannequin;
@ApiModelProperty(value = "人体模型ID")
private Long mannequinId;
/**
* 人体模型
*/
@ApiModelProperty(value = "人体模型URL")
private String mannequinUrl;
/**
* 人体模型
*/
@ApiModelProperty(value = "人体模型类型")
private String mannequinType;
/**
* 最后使用的工作空间标识
*/