Un comit de guardado de seguridad
This commit is contained in:
@@ -12,6 +12,7 @@ export interface Part {
|
||||
part_number: string;
|
||||
commercial_part_number: string | null;
|
||||
part_class: string | null;
|
||||
material_type?: string | null;
|
||||
|
||||
// Descripciones
|
||||
description_spanish: string | null;
|
||||
@@ -59,6 +60,7 @@ export interface PartCreate {
|
||||
description_english?: string | null;
|
||||
commercial_part_number?: string | null;
|
||||
part_class?: string | null;
|
||||
material_type?: string | null;
|
||||
|
||||
unit_of_measure: string;
|
||||
alternate_unit_measure?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user