Merge remote-tracking branch 'origin/master'
Some checks failed
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled
Java CI with Maven / build (11) (push) Has been cancelled
yudao-ui-admin CI / build (14.x) (push) Has been cancelled
yudao-ui-admin CI / build (16.x) (push) Has been cancelled

This commit is contained in:
2025-11-19 16:59:31 +08:00
8 changed files with 8 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
import request from '@/config/axios'
import type { Dayjs } from 'dayjs';
/** 进销存系统 - 器械分类信息 */
export interface DeviceCategory {
@@ -49,4 +48,4 @@ export const DeviceCategoryApi = {
exportDeviceCategory: async (params) => {
return await request.download({ url: `/erp/device-category/export-excel`, params })
}
}
}