yyb
昨天 fe0cde17c5ae3f1b406242cc4f8ba622f7a3061b
src/api/productionManagement/productionProductMain.js
@@ -9,3 +9,12 @@
        params: query,
    });
}
// 明细分页查询
export function productionProductMainListPageDetail(query) {
    return request({
        url: "/productionProductMain/listPageDetail",
        method: "get",
        params: query,
    });
}