2026-08-07 d65c665b483f9c7b57358d4ad2c4bf3c6e1f9608
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/tenant/vo/tenant/TenantPageReqVO.java
@@ -17,7 +17,7 @@
@ToString(callSuper = true)
public class TenantPageReqVO extends PageParam {
    @Schema(description = "租户名", example = "芋道")
    @Schema(description = "租户名", example = "超级管理员")
    private String name;
    @Schema(description = "联系人", example = "芋艿")