xuhy
2025-01-21 c500cd660f85be80d2b5769cd5f24b102cd13803
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.system.dto;
 
import com.ruoyi.system.model.THouse;
import com.ruoyi.system.model.TTenant;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel(value = "房屋DTO")
public class THouseDTO extends THouse {
}