lin
2024-04-16 2b1a74f4faa5a00a294bdc6a6d956c2e009cf467
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;
}