Subversion Repositories SmartDukaan

Rev

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

Rev 483 Rev 510
Line 48... Line 48...
48
}
48
}
49
 
49
 
50
struct LogisticsInfo{
50
struct LogisticsInfo{
51
	1:i64 warehouse_id,
51
	1:i64 warehouse_id,
52
	2:i64 provider_id,
52
	2:i64 provider_id,
53
	3:i64 airway_billno,
53
	3:string airway_billno,
54
	4:i64 delivery_estimate
54
	4:i64 delivery_estimate
55
}
55
}
56
 
56
 
57
exception LogisticsServiceException{
57
exception LogisticsServiceException{
58
	1:i64 id,
58
	1:i64 id,