Agregar tipos de unidades
This commit is contained in:
parent
2a68f4f90d
commit
edf79181da
1 changed files with 2 additions and 0 deletions
2
order.ts
2
order.ts
|
@ -66,6 +66,8 @@ export interface OrderItemDto {
|
|||
Quantity: number;
|
||||
UnitPrice: number;
|
||||
DiscountPercentage?: number;
|
||||
SelectMeasureUnit?: string;
|
||||
MeasureCode?: string;
|
||||
}
|
||||
export interface ShippingDto {
|
||||
ShippingID: number;
|
||||
|
|
Loading…
Reference in a new issue