2026-08-10 9fceeaad9af96bc58ba714560814c6e94f8af406
yudao-module-bpm/src/main/java/cn/iocoder/yudao/module/bpm/controller/admin/definition/vo/form/BpmFormSaveReqVO.java
@@ -12,7 +12,7 @@
    @Schema(description = "表单编号", example = "1024")
    private Long id;
    @Schema(description = "表单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道")
    @Schema(description = "表单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "超级管理员")
    @NotNull(message = "表单名称不能为空")
    private String name;