Merge pull request '049' (#33) from ayushman into main
Reviewed-on: #33
This commit is contained in:
commit
287aed0689
1 changed files with 11 additions and 1 deletions
|
@ -8,4 +8,14 @@ type
|
|||
password*: string
|
||||
createdAt*: string
|
||||
updatedAt*: string
|
||||
accessLevel*: int
|
||||
accessLevel*: int
|
||||
|
||||
Orders* = object
|
||||
id*: int
|
||||
buyerId*: int
|
||||
orderDate*: string
|
||||
orderStatus*: string
|
||||
shippingAddressId*: int
|
||||
billingAddressId*: int
|
||||
createdAt*: string
|
||||
updatedAt*: string
|
||||
|
|
Loading…
Reference in a new issue