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