Agregar tipos de unidades

This commit is contained in:
f 2022-07-29 15:20:15 -03:00
parent 2a68f4f90d
commit edf79181da

View file

@ -66,6 +66,8 @@ export interface OrderItemDto {
Quantity: number;
UnitPrice: number;
DiscountPercentage?: number;
SelectMeasureUnit?: string;
MeasureCode?: string;
}
export interface ShippingDto {
ShippingID: number;