🚀 Initial commit: Versão atual do TrackSteel APP
This commit is contained in:
21
src/components/estoque/QualidadeAcoOptions.tsx
Normal file
21
src/components/estoque/QualidadeAcoOptions.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
export const QUALIDADES_ACO = [
|
||||
'ASTM A36',
|
||||
'ASTM A572 Gr 50',
|
||||
'ASTM A588',
|
||||
'ASTM A992',
|
||||
'SAE 1020',
|
||||
'SAE 1045',
|
||||
'AISI 304',
|
||||
'AISI 316',
|
||||
'AISI 430',
|
||||
'ABNT NBR 7007',
|
||||
'ABNT NBR 8800',
|
||||
'DIN 17100 St37',
|
||||
'DIN 17100 St52',
|
||||
'EN 10025 S235',
|
||||
'EN 10025 S275',
|
||||
'EN 10025 S355'
|
||||
];
|
||||
|
||||
export const getQualidadeAcoOptions = () => QUALIDADES_ACO;
|
||||
Reference in New Issue
Block a user