Changed qty, supplier, shopId to not empty

Name fix for price property
This commit is contained in:
Lorenz Hilpert
2019-02-07 14:42:27 +01:00
parent c38973d80f
commit b9e876b7f8

View File

@@ -14,7 +14,7 @@ export interface AvailabilityRequestDTO {
/**
* Menge / Stück
*/
qty?: number;
qty: number;
/**
* Bestellzeichen
@@ -24,7 +24,7 @@ export interface AvailabilityRequestDTO {
/**
* Lieferant
*/
supplier?: string;
supplier: string;
/**
* Bestellung vormerken
@@ -34,7 +34,7 @@ export interface AvailabilityRequestDTO {
/**
* Preis
*/
prive?: PriceDTO;
price?: PriceDTO;
/**
* Stock Status Code
@@ -49,7 +49,7 @@ export interface AvailabilityRequestDTO {
/**
* Shop PK
*/
shopId?: number;
shopId: number;
/**
* Zuordnungs-ID