fix
Helius
2021-11-04 e589b4eae46598a38e89d255cf6e893c8eb4080e
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;
}