manager/general/src/main/java/org/apache/doris/stack/model/meta/DataBaseResp.java [86:95]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @JSONField(name = "points_of_interest")
    @JsonProperty("points_of_interest")
    public String getPointsOfInterest() {
        return pointsOfInterest;
    }

    @JSONField(name = "points_of_interest")
    @JsonProperty("points_of_interest")
    public void setPointsOfInterest(String pointsOfInterest) {
        this.pointsOfInterest = pointsOfInterest;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



manager/general/src/main/java/org/apache/doris/stack/model/meta/DataBaseResp.java [352:361]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @JSONField(name = "points_of_interest")
        @JsonProperty("points_of_interest")
        public String getPointsOfInterest() {
            return pointsOfInterest;
        }

        @JSONField(name = "points_of_interest")
        @JsonProperty("points_of_interest")
        public void setPointsOfInterest(String pointsOfInterest) {
            this.pointsOfInterest = pointsOfInterest;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



