From c64caa81d57f24e20d949f285190ba213503f270 Mon Sep 17 00:00:00 2001
From: worker <worker@example.com>
Date: Fri, 20 Feb 2026 13:39:32 +0800
Subject: [PATCH] 提现
---
src/main/java/com/nq/enums/EUserAssets.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/nq/enums/EUserAssets.java b/src/main/java/com/nq/enums/EUserAssets.java
index 7384a33..4036884 100644
--- a/src/main/java/com/nq/enums/EUserAssets.java
+++ b/src/main/java/com/nq/enums/EUserAssets.java
@@ -12,6 +12,7 @@
CLOSE_POSITION_RETURN_SECURITY_DEPOSIT("CLOSE_POSITION_RETURN_SECURITY","平仓返回保证金"),
CLOSE_POSITION("CLOSE_POSITION","平仓"),
+ CONSTRAINT_CLOSE_POSITION("CONSTRAINT_CLOSE_POSITION","强制平仓"),
BUY("BUY","购买"),
WITHDRAW("WITHDRAW","提现"),
--
Gitblit v1.9.3