import { httpPost } from '../../utils/request'; export function checkBOM(params) { return httpPost('MM/StackMaterial/CheckBOM', params) }