zhengyuxuan
2025-04-02 e7d1ef3eef4dcbec4f7fae27542e94cc0bbf89c8
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
@@ -27,4 +27,9 @@
    Task GetAllLifePayExpensesReceipts();
    Task GetAllChannlesRake();
    Task GetAllLifePayConsumption();
    Task CreatLifePayConsumption(ACOOLYStatusEnum status, string orderNo, string aCOOLYOrderNo,
            decimal platformDeductionAmount, string channelId, DateTime orderCreationTime, DateTime? orderFinishTime);
}