common models changes

This commit is contained in:
amentis 2024-05-22 16:19:29 +03:00
parent be252504aa
commit ac6fd08fb7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import java.util.Map;
public enum DmpUserRole implements EnumValueProvider<Short> { public enum DmpUserRole implements EnumValueProvider<Short> {
Owner((short) 0), Owner((short) 0),
User((short) 1), Viewer((short) 1),
DescriptionContributor((short) 2), DescriptionContributor((short) 2),
Reviewer((short) 3); Reviewer((short) 3);