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