44323
2024-02-22 aa8ff2d61669d0779fdacdba76e26388587b435d
guns-admin/src/main/java/com/stylefeng/guns/modular/system/warpper/req/SearchHouseResourceReq.java
@@ -13,9 +13,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;