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