24th Commit

This commit is contained in:
Aritra Banik
2024-02-09 02:54:36 +05:30
parent c4354da63e
commit 741b61e17f
10 changed files with 47 additions and 30 deletions

View File

@@ -38,6 +38,11 @@ type
## Orders is the orders model
id*: int
userId*: int
country*: string
address*: string
state*: string
postalCode*: string
phoneNumber*: string
productId*: int
quantity*: int
createdAt*: DateTime