lin
2024-04-19 73ceaaa73dd6b73808aac425c70e0d9184f9f415
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;
}