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