chore: reorder import
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import type { PageParams, PageResult } from '@/apis/models/base/page';
|
||||
import { ndmClient } from '@/apis/client';
|
||||
import type { PageParams, DefParameterPageQuery, PageResult, DefParameterResultVO, DefParameterUpdateVO } from '@/apis/models';
|
||||
import type { Result } from '@/axios';
|
||||
|
||||
import type { DefParameterPageQuery, DefParameterResultVO, DefParameterUpdateVO } from '../../models/system';
|
||||
|
||||
import { ndmClient } from '../../client';
|
||||
|
||||
export const postDefParameterPage = async (stationCode: string, pageQuery: PageParams<DefParameterPageQuery>) => {
|
||||
const prefix = stationCode ? `/${stationCode}` : '';
|
||||
const resp = await ndmClient.post<PageResult<DefParameterResultVO>>(`${prefix}/api/system/defParameter/page`, pageQuery);
|
||||
|
||||
Reference in New Issue
Block a user