Subversion Repositories SmartDukaan

Rev

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

Rev 21545 Rev 21719
Line 1... Line 1...
1
package com.spice.profitmandi.dao.enumuration;
1
package com.spice.profitmandi.dao.enumuration.dtr;
2
 
2
 
3
public enum SaleValue {
3
public enum SaleValue {
4
	UP_TO_FIVE_LAC(0),
4
	UP_TO_FIVE_LAC(0),
5
	FIVE_TO_TEN_LAC(1),
5
	FIVE_TO_TEN_LAC(1),
6
	ABOVE_TEN_LAC(2);
6
	ABOVE_TEN_LAC(2);