resultMap修正
This commit is contained in:
@@ -18,6 +18,13 @@ export interface BaseDTO {
|
||||
deleteTime?: string;
|
||||
/** 是否删除 */
|
||||
deleted?: boolean;
|
||||
|
||||
orderTypes?: OrderType[];
|
||||
}
|
||||
|
||||
export interface OrderType {
|
||||
field: string;
|
||||
order: 'ASC' | 'DESC';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user