Onix ERP - Documentación Técnica - v0.0.0
    Preparing search index...
    interface IGetSellLin {
        idProduct: number | null;
        idSellLin: number;
        nameProduct: string;
        priceSell: number;
        priceUnit: number;
        quantity: number;
        typeSell: string;
    }
    Index

    Properties

    idProduct: number | null
    idSellLin: number
    nameProduct: string
    priceSell: number
    priceUnit: number
    quantity: number
    typeSell: string