Commit 73221044 authored by lixuan's avatar lixuan

feat: 房源

parent 1ec611d4
Pipeline #145263 failed with stages
......@@ -28,9 +28,9 @@ public class HouseResourcePageQuery extends PageDomain {
private String houseNumber;
private BigDecimal houseAreaMin;
private BigDecimal houseAreaMin = BigDecimal.ZERO;
private BigDecimal houseAreaMax;
private BigDecimal houseAreaMax = new BigDecimal(9999999);
private Integer houseResourceType;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment