Subversion Repositories SmartDukaan

Rev

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

Rev 27030 Rev 27051
Line 6... Line 6...
6
 
6
 
7
	@JsonProperty("Itemid")
7
	@JsonProperty("Itemid")
8
	private int itemId;
8
	private int itemId;
9
	@JsonProperty("Warehouseid")
9
	@JsonProperty("Warehouseid")
10
	private int warehouseId;
10
	private int warehouseId;
-
 
11
	@JsonProperty("Warehousefrom")
-
 
12
	private int warehouseFrom;
11
	@JsonProperty("Availability")
13
	@JsonProperty("Availability")
12
	private int availability;
14
	private int availability;
13
	@JsonProperty("Reserved")
15
	@JsonProperty("Reserved")
14
	private int reserved;
16
	private int reserved;
15
	@JsonProperty("Netavailability")
17
	@JsonProperty("Netavailability")