Subversion Repositories SmartDukaan

Rev

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

Rev 21986 Rev 24264
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;
3
import com.spice.profitmandi.common.enumuration.ItemType;
4
 
4
 
5
public class CartFofo {
5
public class CartFofo {
6
	private int itemId;
6
	private int itemId;
7
	private int quantity;
7
	private int quantity;
8
	private int availability;
8
	private int availability;