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