uptading Supplier Page
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { GetProductDto } from './get-product-dto';
|
||||
|
||||
|
||||
export interface GetSupplierDto {
|
||||
@@ -18,5 +19,6 @@ export interface GetSupplierDto {
|
||||
zipCode?: string | null;
|
||||
city?: string | null;
|
||||
deliveryDelay?: number;
|
||||
products?: Array<GetProductDto> | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user