Details | Last modification | View Log | RSS feed
package com.spice.profitmandi.common.services.mandii;
public enum Gender {
MALE,FEMALE,OTHER;
}