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