Kaynağa Gözat

Merge remote-tracking branch 'origin/master' into master

zlisen 4 yıl önce
ebeveyn
işleme
e69797f670

+ 1
- 1
src/main/java/com/shigongli/entity/TaHouseSurround.java Dosyayı Görüntüle

@@ -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 = "关联房源")