fix: 移除流程图标非空校验
This commit is contained in:
parent
f289432890
commit
94499c0e5f
|
@ -27,9 +27,7 @@ import java.util.List;
|
||||||
@Data
|
@Data
|
||||||
public class BpmModelMetaInfoVO {
|
public class BpmModelMetaInfoVO {
|
||||||
|
|
||||||
@Schema(description = "流程图标", requiredMode = Schema.RequiredMode.REQUIRED, example = "https://www.iocoder.cn/yudao.jpg")
|
@Schema(description = "流程图标", example = "https://www.iocoder.cn/yudao.jpg")
|
||||||
@NotEmpty(message = "流程图标不能为空")
|
|
||||||
@URL(message = "流程图标格式不正确")
|
|
||||||
private String icon;
|
private String icon;
|
||||||
|
|
||||||
@Schema(description = "流程描述", example = "我是描述")
|
@Schema(description = "流程描述", example = "我是描述")
|
||||||
|
|
Loading…
Reference in New Issue