chore: reorder import
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import type { BaseModel } from '../base/model';
|
||||
import type { ReduceForPageQuery, ReduceForSaveVO, ReduceForUpdateVO } from '../base/reduce';
|
||||
import type { BaseModel, ReduceForSaveVO, ReduceForUpdateVO, ReduceForPageQuery } from '../base';
|
||||
|
||||
export interface DefParameterVO extends BaseModel {
|
||||
key: string;
|
||||
|
||||
Reference in New Issue
Block a user