puzhibing
2023-05-29 9154555e3bee0767b4aff7a8eaa36456b7b5dea7
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();
}