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