Rev 21545 | 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 PermissionType {
SHOW_PRICE(0);
private int value;