Subversion Repositories SmartDukaan

Rev

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

Rev 1730 Rev 2514
Line 14... Line 14...
14
}
14
}
15
 
15
 
16
struct Provider{
16
struct Provider{
17
	1:i64 id,
17
	1:i64 id,
18
	2:string name,
18
	2:string name,
19
	3:string accountNo
19
	3:string accountNo,
-
 
20
	4:string email
20
}
21
}
21
 
22
 
22
struct AwbUpdate{
23
struct AwbUpdate{
23
    1:string awbNumber,
24
    1:string awbNumber,
24
    2:string providerName,
25
    2:string providerName,