feat: soft deleted exchange add

This commit is contained in:
icy
2025-11-06 20:39:46 +08:00
parent ec1f39fe3a
commit 2c5b2282c0
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 {