更新模特点位接口修改
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user