Subversion Repositories SmartDukaan

Rev

Rev 25899 | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.spice.profitmandi.dao.enumuration.dtr;

public enum LeadStatus {

        All, pending, notInterested, followUp, finalized;
}