huminmin
7 天以前 481eb2249f2886c3a6ea8445820a2ec5f153d4da
yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/controller/admin/definition/vo/model/BpmModelSaveReqVO.java
@@ -17,7 +17,7 @@
    @NotEmpty(message = "流程标识不能为空")
    private String key;
    @Schema(description = "流程名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道")
    @Schema(description = "流程名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "超级管理员")
    @NotEmpty(message = "流程名称不能为空")
    private String name;