huminmin
6 天以前 287799a8214b2b7194ba374bf69f7e7592a31bfa
src/api/inventoryManagement/stockInventory.js
@@ -60,3 +60,9 @@
    });
};
export function getMaterials() {
    return request({
        url: "/stockInventory/getMaterials",
        method: "get",
    });
}