xuhy
2025-01-20 df6a2e0bec3ca17993faa0cdd2d216ad2ac191a7
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.system.dto;
 
import com.ruoyi.system.model.TTenant;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel(value = "租户DTO")
public class TTenantDTO extends TTenant {
}