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