Subversion Repositories SmartDukaan

Rev

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

Rev 103 Rev 115
Line 36... Line 36...
36
	2:string location,
36
	2:string location,
37
	3:i64 vendor_id
37
	3:i64 vendor_id
38
	4:status warehouseStatus
38
	4:status warehouseStatus
39
	5:i64 addedOn
39
	5:i64 addedOn
40
}
40
}
41
 
41
/* */
42
struct ItemInventory{
42
struct ItemInventory{
43
	1:i64 id,
43
	1:i64 id,
44
	2:map<i64,i64> availability,
44
	2:map<i64,i64> availability,
45
	3:i64 lastCheckedOn
45
	3:i64 lastCheckedOn
46
}
46
}