gaoluyang
2026-04-02 9d0d60ea6f2140d197c15f3af626ac502166f7d8
src/api/salesManagement/deliveryLedger.js
@@ -84,3 +84,12 @@
  });
}
// 根据ID获取发货信息
export function getShippingInfoById(id) {
  return request({
    url: "/shippingInfo/getById",
    method: "get",
    params: { id },
  });
}