puzhibing
2023-08-17 d0c88e9f82a73e225ec04f3f8b533cf1d97028bc
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/IAccountChangeDetailService.java
@@ -57,4 +57,10 @@
     * @throws Exception
     */
    List<BalanceDetailWarpper> queryBalanceDetail(Integer driverId, String time, Integer type, Integer pageNum, Integer pageSize) throws Exception;
    /**
     * 处理司机保险费用
     */
    void deductionInsurance();
}