Helius
2021-05-20 563980920c7085f38b65da11e62ae22a76e8a110
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;
}