Subversion Repositories SmartDukaan

Rev

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

Rev 6322 Rev 6361
Line 51... Line 51...
51
    6:string brand,
51
    6:string brand,
52
    7:string modelName,
52
    7:string modelName,
53
    8:string modelNumber,
53
    8:string modelNumber,
54
    9:string color,
54
    9:string color,
55
   10:double unitPrice,
55
   10:double unitPrice,
56
   11:i64 quantity
56
   11:i64 quantity,
-
 
57
   12:i64 purchaseId,
-
 
58
   13:i64 purchasedAt
57
}
59
}
58
 
60
 
59
struct InvoiceScan {
61
struct InvoiceScan {
60
    1:string invoiceNumber,
62
    1:string invoiceNumber,
61
    2:i64 numItems,
63
    2:i64 numItems,