linwe
2024-08-08 ab53164d32e88c168cb3c90506a94d0cf0c051ce
src/main/java/org/springblade/modules/place/entity/PlacePoiLabel.java
@@ -30,4 +30,19 @@
   private Integer poiCode;
   /**
    * 类型  1:大类  2:中类  3:小类
    */
   private Integer type;
   /**
    * 颜色
    */
   private String color;
   /**
    * 备注
    */
   private String remark;
}