Subversion Repositories SmartDukaan

Rev

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

Rev 7718 Rev 7808
Line 2... Line 2...
2
namespace py shop2020.thriftpy.model.v1.inventory
2
namespace py shop2020.thriftpy.model.v1.inventory
3
 
3
 
4
include "GenericService.thrift"
4
include "GenericService.thrift"
5
 
5
 
6
enum WarehouseLocation {
6
enum WarehouseLocation {
7
	Mumbai = 0,
7
	Delhi = 0,
8
	Delhi = 1,
8
	Mumbai = 1,
9
	Bangalore = 2,
9
	Bangalore = 2,
10
	Kolkata = 3
10
	Kolkata = 3
11
}
11
}
12
 
12
 
13
struct Vendor {
13
struct Vendor {