1.2
luo
2024-01-02 59f63a8ef0078b06f010d25abfef2772c944a56f
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;