User registration completed
This commit is contained in:
13
software/src/data/models/accountModel.ts
Normal file
13
software/src/data/models/accountModel.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export class AccountModel {
|
||||
id: number
|
||||
username: string = ""
|
||||
password: string = ""
|
||||
street: string = ""
|
||||
houseNumber: number = 0
|
||||
postalCode: number = 0
|
||||
city: string = ""
|
||||
firstName: string = ""
|
||||
lastName: string = ""
|
||||
createdAt: string = ""
|
||||
updatedAt: string = ""
|
||||
}
|
||||
Reference in New Issue
Block a user