From 28eb26d68f7a2a4e6b316c3ea9f511aa143db66e Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 30 Sep 2024 16:57:18 +0800
Subject: [PATCH] 55测试环境
---
src/main/java/com/xcong/excoin/modules/coin/parameter/vo/PriceVo.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/PriceVo.java b/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/PriceVo.java
index a191f9e..09e8d37 100644
--- a/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/PriceVo.java
+++ b/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/PriceVo.java
@@ -19,4 +19,7 @@
@ApiModelProperty(value = "状态 1可提 2不可提")
private Integer status;
+
+ @ApiModelProperty(value = "剩余数量")
+ private Integer remainCnt;
}
--
Gitblit v1.9.1