Subversion Repositories SmartDukaan

Rev

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

Rev 22924 Rev 23017
Line 1... Line 1...
1
package com.spice.profitmandi.common.model;
1
package com.spice.profitmandi.common.model;
2
 
2
 
3
import in.shop2020.model.v1.catalog.ItemType;
-
 
4
 
-
 
5
public class ItemModel {
3
public class ItemModel {
6
	private int itemId;
4
	private int itemId;
7
	private String brand;
5
	private String brand;
8
	private String modelName;
6
	private String modelName;
9
	private String modelNumber;
7
	private String modelNumber;