hhhyyq
2021-03-17 ab52d0a6874f18617916ad02fb6cb057bd2c97db
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/PageComOpsHouseDTO.java
@@ -47,4 +47,15 @@
    @ApiModelProperty("小程序使用 1 表示查询我的")
    private Integer isMy;
    @ApiModelProperty(value="朝向 0无1东2南3西4北5东南6东北7西南8西北9南北10东西")
    private Integer orient;
    @ApiModelProperty(value="租售类型 1 出租 2 出售")
    private Integer houseType;
    @ApiModelProperty(value="租房类型 1 整租 2 合租")
    private Integer rentType;
    @ApiModelProperty(value="室数量,1 一室  2 二室  3 三室 4 四室以上")
    private Integer brn;
    @ApiModelProperty(value="1 价格从低到高  2 价格从高到底 ")
    private Integer priceOrder;
}