types.ts 54 B

123
  1. export interface BomInfo {
  2. materialCode?: string;
  3. }