export class CorrectionsType {
    attr_designer?:             [string];
    attr_material?:             [string];
    attr_type?:                 [string];
    attr_productcatfunction?:   [string];


}