Subversion Repositories SmartDukaan

Rev

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

Rev 9220 Rev 9269
Line 1... Line 1...
1
package in.shop2020.serving.pojos;
1
package in.shop2020.mobileapi.serving.pojos;
2
 
2
 
3
public class Specification {
3
public class Specification {
4
	
4
	
5
	private String name;
5
	private String name;
6
	private String value;
6
	private String value;