昨天 74ad846852f42b4e2258bfddd5c2a33cc1ce9847
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/vo/tenant/TenantSaveReqVO.java
@@ -20,7 +20,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;