Extend database with more tables, rewrite API doc, improve API endpoints
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export class BasketItemModel {
|
||||
productId: number = -1
|
||||
id: number = -1
|
||||
brand: string = ""
|
||||
name: string = ""
|
||||
categoryName: string = ""
|
||||
|
||||
Reference in New Issue
Block a user