management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IRechargeRecordService.java
@@ -8,4 +8,13 @@ * @date 2023/6/2 14:26 */ public interface IRechargeRecordService extends IService<RechargeRecord> { /** * * @param type * @return * @throws Exception */ Double querSumSurplusDividedAmount(Integer type); }