修改模特保存接口和添加系统模特到个人lib接口

This commit is contained in:
2025-04-02 11:08:35 +08:00
parent 8e938e9f06
commit d21cb4adfc
6 changed files with 38 additions and 43 deletions

View File

@@ -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 -> 另存为")