package com.fr.plugin.heatpointmapbox.vo; /** * @author :xx * @date :2022/8/25 18:35 * @description: */ public class PointMapStyleJson extends CustomJsonObject { private String tilte = POINT_MAP_TITLE; public String getTilte() { return tilte; } }