fixed errors of price view in supplier page
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { GetPriceDto } from './get-price-dto';
|
||||
import { GetProductDto } from './get-product-dto';
|
||||
|
||||
|
||||
@@ -20,5 +21,6 @@ export interface GetSupplierDto {
|
||||
city?: string | null;
|
||||
deliveryDelay?: number;
|
||||
products?: Array<GetProductDto> | null;
|
||||
prices?: Array<GetPriceDto> | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user