mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +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>
|
public enum PetSpecies implements PossibleValueEnum<Integer>
|
||||||
{
|
{
|
||||||
DOG(1, "Dog"),
|
DOG(1, "Dog"),
|
||||||
CAT(1, "Cat");
|
CAT(2, "Cat");
|
||||||
|
|
||||||
private final Integer id;
|
private final Integer id;
|
||||||
private final String label;
|
private final String label;
|
||||||
|
Reference in New Issue
Block a user