xiaoyong931011
2022-03-01 df51a79a9e09e0273cc50d966ad136efe8b99100
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;
}