张延森 4 年前
父节点
当前提交
7fd2952933
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      src/main/java/com/shigongli/entity/TaHouse.java

+ 6
- 0
src/main/java/com/shigongli/entity/TaHouse.java 查看文件

@@ -43,12 +43,18 @@ public class TaHouse implements Serializable {
43 43
     @ApiModelProperty(value = "详细地址")
44 44
     private String address;
45 45
 
46
+    @ApiModelProperty(value = "地址简称")
47
+    private String shorAddress;
48
+
46 49
     @ApiModelProperty(value = "经纬度 lng,lat")
47 50
     private String lngLat;
48 51
 
49 52
     @ApiModelProperty(value = "停车场")
50 53
     private String parking;
51 54
 
55
+    @ApiModelProperty(value = "停车场简称")
56
+    private String shortParking;
57
+
52 58
     @ApiModelProperty(value = "停车场位置 lng,lat")
53 59
     private String parkLngLat;
54 60