liu
2 天以前 104db2c4423867a7fa4f41343213f45985ae3110
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;