mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Make unique id on pet species enum
This commit is contained in:
@ -778,7 +778,7 @@ public class SampleMetaDataProvider extends AbstractQQQApplication
|
||||
public enum PetSpecies implements PossibleValueEnum<Integer>
|
||||
{
|
||||
DOG(1, "Dog"),
|
||||
CAT(1, "Cat");
|
||||
CAT(2, "Cat");
|
||||
|
||||
private final Integer id;
|
||||
private final String label;
|
||||
|
Reference in New Issue
Block a user