Update Product Prices built

This commit is contained in:
2020-11-12 12:32:16 +05:30
parent d5b2da4388
commit 5e180f48d5
33 changed files with 750 additions and 22 deletions

View File

@ -0,0 +1,6 @@
export class UpdateProductPricesItem {
id: string;
name: string;
oldPrice: number;
newPrice: number;
}