designSingle 添加入参日志打印
This commit is contained in:
@@ -29,4 +29,15 @@ public class DesignSingleIncludeLayersDTO {
|
||||
@NotBlank(message = "timeZone.cannot.be.empty")
|
||||
@ApiModelProperty("本地时区,比如 'Asia/Tokyo' 东京时间 , 'Asia/Shanghai' 北京时间 由js本地获取")
|
||||
private String timeZone;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "DesignSingleIncludeLayersDTO{" +
|
||||
"designItemId=" + designItemId +
|
||||
", designSingleItemDTOList=" + designSingleItemDTOList +
|
||||
", isPreview=" + isPreview +
|
||||
", processId='" + processId + '\'' +
|
||||
", timeZone='" + timeZone + '\'' +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user