Rev 21545 | Rev 23418 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.enumuration;
package com.spice.profitmandi.dao.enumuration.dtr;
public enum OtpType{
REGISTRATION(0);
private final int value;