Subversion Repositories SmartDukaan

Rev

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

Rev 12363 Rev 12783
Line 9... Line 9...
9
}
9
}
10
 
10
 
11
enum WarehouseLocation {
11
enum WarehouseLocation {
12
	Delhi = 0,
12
	Delhi = 0,
13
	Mumbai = 1,
13
	Mumbai = 1,
14
	Bangalore = 2,
14
	Karnataka = 2,
15
	Kolkata = 3
15
	Haryana = 3,
-
 
16
	Rajasthan = 4,
-
 
17
	Telangana = 5
16
}
18
}
17
 
19
 
18
struct Vendor {
20
struct Vendor {
19
	1:i64 id,
21
	1:i64 id,
20
	2:string name
22
	2:string name