src/api/inventoryManagement/stockWarningLedger.js
对比新文件 @@ -0,0 +1,10 @@ import request from "@/utils/request"; // 鏌ヨ搴撳瓨棰勮鍙拌处鍒楄〃 export const getStockWarningLedgerPage = (params) => { return request({ url: "/customStorageWarning/pageList", method: "get", params, }); };