zhangwencui
6 天以前 ba448d252ae2f7d904b47869b3d7203c4a81ac6d
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,
  });
}