src/api/mes/md/item/type/index.ts
@@ -53,6 +53,11 @@ return requestClient.delete(`/mes/md/item-type/delete?id=${id}`); } /** 导出物料产品分类 */ export function exportItemType(params: Record<string, any>) { return requestClient.download('/mes/md/item-type/export-excel', { params }); } /** 下载物料产品分类导入模板 */ export function importItemTypeTemplate() { return requestClient.download('/mes/md/item-type/get-import-template');