Interface ProductUnitDto

interface ProductUnitDto {
    code: string;
    name: LanguageString;
}

Properties

Properties

code: string