- /*
- * Copyright (c) Andrew Grant of Carrick Software 18/03/2025, 01:50. All rights reserved.
- *
- */
- package scot.carricksoftware.grants.domains.images;
- import jakarta.persistence.Entity;
- @Entity(name="`appendix_image`")
- public class AppendixImage extends BaseImage {
- }
|