From a2fbe22cb3067cf4d51cb9861a5a6fa78a936366 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Thu, 25 Dec 2025 18:06:40 +0800
Subject: [PATCH] feat(kline): 启用K线数据更新任务并优化更新逻辑
---
src/main/java/com/xcong/excoin/modules/documentary/vo/MemberIsTradeVo.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/documentary/vo/MemberIsTradeVo.java b/src/main/java/com/xcong/excoin/modules/documentary/vo/MemberIsTradeVo.java
index 06e5e5d..6edb210 100644
--- a/src/main/java/com/xcong/excoin/modules/documentary/vo/MemberIsTradeVo.java
+++ b/src/main/java/com/xcong/excoin/modules/documentary/vo/MemberIsTradeVo.java
@@ -5,7 +5,7 @@
import lombok.Data;
@Data
-@ApiModel(value = "MemberInfoVo", description = "会员类型")
+@ApiModel(value = "MemberIsTradeVo", description = "交易员类型")
public class MemberIsTradeVo {
@ApiModelProperty(value = "类型:1:是交易员 2:否")
--
Gitblit v1.9.1