接口修改: designSingle添加入参 processId

This commit is contained in:
xupei
2023-10-09 10:03:04 +08:00
parent e7ea5c2a2a
commit 37be900b22
3 changed files with 7 additions and 3 deletions

View File

@@ -20,6 +20,10 @@ public class DesignSingleIncludeLayersDTO {
@ApiModelProperty("preview -> true submit -> false")
private Boolean isPreview;
@NotNull(message = "processId cannot be null")
@ApiModelProperty("进度")
private String processId;
@NotBlank(message = "timeZone cannot be empty!")
@ApiModelProperty("本地时区,比如 'Asia/Tokyo' 东京时间 , 'Asia/Shanghai' 北京时间 由js本地获取")
private String timeZone;