linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
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;
}