huminmin
8 天以前 b48ed5159987e8cee81bc765010cfd9393ad7003
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;