无关风月
2025-01-21 97ea5e39da53fc6c36e3059857802022d89828f6
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 {
}