Subversion Repositories SmartDukaan

Rev

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

Rev 20811 Rev 20818
Line 349... Line 349...
349
struct WarehouseAddress{
349
struct WarehouseAddress{
350
	1:i64 id,
350
	1:i64 id,
351
	2:string address,
351
	2:string address,
352
	3:string pin,
352
	3:string pin,
353
	4:i64 state_id,
353
	4:i64 state_id,
354
	5:i64 created
354
	5:i64 created,
-
 
355
	6:string contact_number
355
}
356
}
356
 
357
 
357
struct BuyerInfo {
358
struct BuyerInfo {
358
	1:i64 buyerId,
359
	1:i64 buyerId,
359
	2:string organisationName,
360
	2:string organisationName,