完善UI操作逻辑

This commit is contained in:
2025-11-06 18:13:10 +08:00
parent 1ee8f0426e
commit d988f5eb48
9 changed files with 188 additions and 151 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class BaseModel(Model):
OrderTypeBuy = f'{xtconstant.STOCK_BUY}' # 买
OrderTypeSell = f'{xtconstant.STOCK_SELL}' # 卖
OrderTypeInit = "0" # 建仓
OrderTypeNone = "None" # 建仓
OrderTypeNone = "None"
# 定义Target类,对应targets表
class TradeTarget(BaseModel):