zhangmei
2025-02-28 1fe1ac0e09132e0147e48007986be235e4130aa1
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 {
}