feat: 整体pure,核心功能对接完成
This commit is contained in:
@@ -17,3 +17,10 @@ export type ResultPage = {
|
||||
totalCount?: number;
|
||||
};
|
||||
};
|
||||
|
||||
export type ResultFile = {
|
||||
status: number;
|
||||
data?: Array<{
|
||||
id: string;
|
||||
}>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user