Commit 43d5f0bb authored by Rajendra Kishor Rahu's avatar Rajendra Kishor Rahu
Browse files

public enum added in RequesterType

Showing with 1 addition and 1 deletion
+1 -1
......@@ -2,7 +2,7 @@ package org.upsmf.grievance.enums;
public enum RequesterType {
CANDIDATE(1), INSTITUTE(2), FACULTY(3), OTHERS(4);
CANDIDATE(1), INSTITUTE(2), FACULTY(3), OTHERS(4), PUBLIC(5);
private int id;
RequesterType(int id) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment