Helius
2020-07-10 bc85bc300eada30d65c5df165695e28aa5c53e6d
src/main/java/com/xcong/excoin/modules/contract/service/ContractHoldOrderService.java
@@ -40,4 +40,8 @@
    public Result findOrderList(OrderListDto orderListDto);
    public Result findOrderDetailById(Long id);
    public void calHoldOrderHoldFeeAmount();
}