修改模特保存接口和添加系统模特到个人lib接口
This commit is contained in:
@@ -62,7 +62,8 @@ public class LibraryModelPointDTO implements Serializable {
|
||||
@ApiModelProperty("本地时区,比如 'Asia/Tokyo' 东京时间 , 'Asia/Shanghai' 北京时间 由js本地获取")
|
||||
private String timeZone;
|
||||
|
||||
@ApiModelProperty("模特路径 全路径即可")
|
||||
@NotBlank(message = "model.path.cannot.be.empty")
|
||||
@ApiModelProperty("模特路径")
|
||||
private String modelPath;
|
||||
|
||||
@ApiModelProperty("是否覆盖保存还是另存为 true -> 保存,false -> 另存为")
|
||||
|
||||
Reference in New Issue
Block a user