yupeng
2025-02-07 f0181cd4f035e8317d6f70b74192dcafd28f79fe
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 {
}