export interface RequestSkuBomInputCreateOrUpdate { id?: string; inputSKU: string; inputQuantity: number; }