Administrator
11 hours ago ab8e75e1f309cde217cc3af684c62b9da4772595
src/main/java/com/xcong/excoin/modules/contract/service/ContractHoldOrderService.java
@@ -40,4 +40,10 @@
    public Result findOrderList(OrderListDto orderListDto);
    public Result findOrderDetailById(Long id);
    public void calHoldOrderHoldFeeAmount();
    public void calHoldFeeAmountForBondAmount();
}