updated code

This commit is contained in:
rajesh
2024-12-04 16:17:39 +05:30
parent c1a3e12e68
commit b0b38db4c7
4 changed files with 95 additions and 37 deletions

View File

@@ -7,7 +7,8 @@ public enum RecipientTypeEnum {
BENEFICIARY ("BENEFICIARY"),
USER("USER"),
COMPANY("COMPANY"),
PROPERTIES("PROPERTIES");
PROPERTIES("PROPERTIES"),
INSTRUCTOR("INSTRUCTOR");
private String value;