Subversion Repositories SmartDukaan

Rev

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

Rev 23467 Rev 24267
Line 1... Line 1...
1
package com.spice.profitmandi.dao.model;
1
package com.spice.profitmandi.dao.model;
2
 
2
 
3
import in.shop2020.model.v1.catalog.ItemType;
3
import com.spice.profitmandi.common.enumuration.ItemType;
4
 
4
 
5
public class ItemIdTypeQuantity {
5
public class ItemIdTypeQuantity {
6
	private int itemId;
6
	private int itemId;
7
	private ItemType type;
7
	private ItemType type;
8
	private int quantity;
8
	private int quantity;