/* * Copyright (c) 02 Feb 2025, Andrew Grant of Carrick Software . * All rights reserved. */ package scot.carricksoftware.grants.domains.places; import jakarta.persistence.*; import scot.carricksoftware.grants.BaseEntity; @Entity public class Place extends BaseEntity { }