Subversion Repositories SmartDukaan

Rev

Rev 28241 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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