export interface IBlueSoftNcm {
    code: string;
    description: string;
    ex: string | null;
    fullDescription: string;
}
