Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
28825 tejbeer 1
package com.spice.profitmandi.common.enumuration;
2
 
3
public enum FofoType {
4
	INTERNAL, FRANCHISE, THIRD_PARTY
5
 
6
}