Subversion Repositories SmartDukaan

Rev

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

Rev 29763 Rev 34199
Line 1... Line 1...
1
package com.spice.profitmandi.common.enumuration;
1
package com.spice.profitmandi.common.enumuration;
2
 
2
 
3
public enum BusinessType {
3
public enum BusinessType {
4
 
4
 
5
	Proprietorship, Partnership, Company;
5
	Proprietorship, Partnership, Company,HUF;
6
 
6
 
7
}
7
}