feat: soft deleted exchange add

This commit is contained in:
icy
2025-11-06 20:39:46 +08:00
parent 75db4c01e3
commit 08f57fe5c9
5 changed files with 82 additions and 105 deletions

View File

@@ -120,6 +120,7 @@ export interface Exchange {
asterUser?: string
asterSigner?: string
asterPrivateKey?: string
deleted?: boolean
}
export interface CreateTraderRequest {