Subversion Repositories SmartDukaan

Rev

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

Rev 3374 Rev 4009
Line 41... Line 41...
41
 
41
 
42
struct LogisticsInfo{
42
struct LogisticsInfo{
43
	1:i64 warehouseId,
43
	1:i64 warehouseId,
44
	2:i64 providerId,
44
	2:i64 providerId,
45
	3:i64 deliveryTime,
45
	3:i64 deliveryTime,
46
	4:string airway_billno
46
	4:string airway_billno,
-
 
47
	5:i64 shippingTime
47
}
48
}
48
 
49
 
49
exception LogisticsServiceException{
50
exception LogisticsServiceException{
50
	1:i64 id,
51
	1:i64 id,
51
	2:string message
52
	2:string message