export interface AlicIva {
    Id?: number;
    BaseImp?: number;
    Importe?: number;
}
