Skip to content

Commit

Permalink
#777 add pojo
Browse files Browse the repository at this point in the history
  • Loading branch information
schoicsiro committed Sep 14, 2023
1 parent 7109714 commit 9f28e22
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package au.org.ala.profile.domain

import groovy.transform.ToString

@ToString
class CollectionList {
String uuid
String shortName
String title
String thumbnailUrl
String description
}

0 comments on commit 9f28e22

Please sign in to comment.