Your Name 4 years ago
parent
commit
d73087b17b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/java/com/shigongli/entity/TaHouseSurround.java

+ 1
- 1
src/main/java/com/shigongli/entity/TaHouseSurround.java View File

@@ -29,7 +29,7 @@ public class TaHouseSurround implements Serializable {
29 29
     private static final long serialVersionUID = 1L;
30 30
 
31 31
     @ApiModelProperty(value = "周边ID")
32
-    @TableId(value = "surround_id", type = IdType.INPUT)
32
+    @TableId(value = "surround_id", type = IdType.UUID)
33 33
     private String surroundId;
34 34
 
35 35
     @ApiModelProperty(value = "关联房源")