无关风月
2025-01-22 c184fa19557e117c81b83c9916c8d012e5a778d4
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 {
}