7 天以前 e2729587d4a8b9c2e3e2c4dd50a25adedb337e98
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;