Helius
2021-05-21 565db646d1f2e5ba8e680f97555dd6b18623bbde
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;
}