update - 调整 form 表单定义相关接口
This commit is contained in:
parent
390272d1a0
commit
e5a32096c7
@ -16,7 +16,7 @@ import java.util.Map;
|
||||
public class FormContentUpdateDTO {
|
||||
|
||||
@ApiModelProperty(value = "任务 ID", example = "sss-ss")
|
||||
@NotBlank(message = "任务 ID 不能未空")
|
||||
@NotBlank(message = "任务 ID 不能为空")
|
||||
private String taskId;
|
||||
|
||||
@ApiModelProperty(value = "使用的表单定义 ID")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user