refactor: 调整API数据结构目录

This commit is contained in:
yangsy
2026-01-15 14:57:33 +08:00
parent c4963b5b70
commit 97f05f21ae
6 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import type { Nullable, Optional } from '@/types';
import type { ReduceForPageQuery, ReduceForSaveVO, ReduceForUpdateVO } from '../../base';
import type { ReduceForPageQuery, ReduceForSaveVO, ReduceForUpdateVO } from '../../schema';
import type { NdmAlarmHost } from './alarm';
import type { NdmSecurityBox, NdmSwitch } from './other';
import type { NdmNvr } from './storage';

View File

@@ -1,4 +1,4 @@
export * from './base';
export * from './biz';
export * from './common';
export * from './schema';
export * from './system';