Helius
2021-05-20 7313bee2cdb9cec77b4e5447abf9d9c9c2e119b5
src/main/java/com/xcong/excoin/modules/otc/vo/BuyOrderDetailVo.java
@@ -59,4 +59,7 @@
    @ApiModelProperty(value = "订单状态 1-已提交 2-已付款 3-完成")
    private Integer status;
    @ApiModelProperty(value = "剩余秒数")
    private Long times;
}