!1233 fix: 移除流程图标非空校验
Merge pull request !1233 from SamllNorth_Lee/fix/bpm
This commit is contained in:
commit
e79494a429
|
@ -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