zhangwencui
7 天以前 ac6b3c5b4d3eae0c4843804c51e88196cbf698d3
src/api/productionManagement/productionReporting.js
@@ -32,4 +32,13 @@
    method: "post",
    data: query,
  });
}
}
// 新增产品主表
export function addProductMain(data) {
  return request({
    url: "/productionProductMain/addProductMain",
    method: "post",
    data: data,
  });
}