Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
shahaibo
2023-10-09 10:26:24 +08:00
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;