Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
28241 amit.gupta 1
package com.spice.profitmandi.dao.enumuration.fofo;
2
 
3
public enum LoanPaymentStatus {
4
 
5
	INIT, SUCCESS, FAILED;
6
 
7
}