From c8cd5a4e1891407c38bc63d4167f6288747e5eca Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 29 Nov 2021 10:44:36 +0800 Subject: [PATCH] change xct to xcc --- 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