linwe
2024-06-19 6b113a88e7b7b625405cc0b1d46efa22d46c71a2
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;
}