hsy
2026-08-12 e11706ad56843610601c14aa15868c4c3b908548
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;