/* * Copyright (c) Andrew Grant of Carrick Software 18/03/2025, 01:50. All rights reserved. * */ package scot.carricksoftware.grants.domains.certificates; import jakarta.persistence.*; import scot.carricksoftware.grants.BaseEntity; @Entity public class BirthCertificate extends BaseEntity { }