更新模特点位接口修改

This commit is contained in:
2025-04-01 17:15:38 +08:00
parent 3df4433381
commit 8e938e9f06
6 changed files with 116 additions and 24 deletions

View File

@@ -62,4 +62,10 @@ public class LibraryModelPointDTO implements Serializable {
@ApiModelProperty("本地时区,比如 'Asia/Tokyo' 东京时间 , 'Asia/Shanghai' 北京时间 由js本地获取")
private String timeZone;
@ApiModelProperty("模特路径 全路径即可")
private String modelPath;
@ApiModelProperty("是否覆盖保存还是另存为 true -> 保存false -> 另存为")
private Boolean isCovered;
}