Rev 21545 | Rev 22101 | 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 RoleType {
USER(0),
RETAILER(1),
CUSTOM(2);