Subversion Repositories SmartDukaan

Rev

Rev 25915 | Rev 25979 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25915 Rev 25927
Line 3... Line 3...
3
import java.time.LocalDateTime;
3
import java.time.LocalDateTime;
4
import java.util.List;
4
import java.util.List;
5
 
5
 
6
import org.springframework.stereotype.Repository;
6
import org.springframework.stereotype.Repository;
7
 
7
 
-
 
8
import com.spice.profitmandi.dao.entity.user.FranchiseeVisit;
8
import com.spice.profitmandi.dao.entity.user.Lead;
9
import com.spice.profitmandi.dao.entity.user.Lead;
9
import com.spice.profitmandi.dao.enumuration.dtr.LeadStatus;
10
import com.spice.profitmandi.dao.enumuration.dtr.LeadStatus;
10
 
11
 
11
@Repository
12
@Repository
12
public interface LeadRepository {
13
public interface LeadRepository {