Helius
2020-07-06 88c4fdfeaea7640ade57e391e0587b3491da60e5
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();
}