Subversion Repositories SmartDukaan

Rev

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

Rev 502 Rev 510
Line 46... Line 46...
46
	4:i64 availability
46
	4:i64 availability
47
}
47
}
48
 
48
 
49
struct Item{
49
struct Item{
50
	1:i64 id,
50
	1:i64 id,
51
	2:string manfucturerName,
51
	2:string manufacturerName,
52
	3:string modelNumber,
52
	3:string modelNumber,
53
	4:string modelName,
53
	4:string modelName,
54
	5:string category,
54
	5:string category,
55
	6:string comments,
55
	6:string comments,
56
	7:i64 catalogItemId,
56
	7:i64 catalogItemId,