linwei
2024-02-03 a55603f5caabb6578cc85489a2500a2d7a24eb60
src/main/java/org/springblade/modules/place/entity/PlacePoiLabel.java
@@ -35,4 +35,14 @@
    */
   private Integer type;
   /**
    * 颜色
    */
   private String color;
   /**
    * 备注
    */
   private String remark;
}