无关风月
2024-08-20 f237a61c412870933f47316a011237cd538de9bc
guns-admin/src/main/java/com/stylefeng/guns/modular/system/warpper/req/SearchHouseResourceReq.java
@@ -4,8 +4,6 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.List;
/**
 * @author zhibing.pu
 * @Date 2023/11/8 15:20
@@ -13,9 +11,9 @@
@Data
@ApiModel
public class SearchHouseResourceReq {
    @ApiModelProperty(value = "1=出租,2=卖房", required = true)
    @ApiModelProperty(value = "1=出租,2=卖房")
    private Integer type;
    @ApiModelProperty(value = "2=个人房源,3=中介房源,4=公司盘", required = true)
    @ApiModelProperty(value = "2=个人房源,3=中介房源,4=公司盘,5=首页列表 ")
    private Integer userType;
    @ApiModelProperty(value = "搜索内容", required = false)
    private String content;