xuhy
2025-04-10 e93003745a6cb35cf97f7fd88f86a8e07367e2d2
ruoyi-system/src/main/java/com/ruoyi/system/query/TTenantQuery.java
@@ -1,7 +1,6 @@
package com.ruoyi.system.query;
import com.ruoyi.common.core.domain.BasePage;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -11,11 +10,14 @@
public class TTenantQuery extends BasePage {
    @ApiModelProperty(value = "租户姓名")
    private String tenantName;
    private String residentName;
    @ApiModelProperty(value = "联系电话")
    private String phone;
    @ApiModelProperty(value = "营业部id")
    private String businessDeptId;
}