sunpengfei
2025-06-06 bce2ec0274b8ae765bfb318b701e41a82a53ba0e
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
@@ -31,5 +31,5 @@
    Task GetAllLifePayConsumption();
    Task CreatLifePayConsumption(ACOOLYStatusEnum status, string orderNo, string aCOOLYOrderNo,
            decimal platformDeductionAmount, string channelId, DateTime orderCreationTime, DateTime? orderFinishTime);
            decimal platformDeductionAmount, string channelId, DateTime orderCreationTime, DateTime? orderFinishTime, decimal? channleRate = 0, decimal? parValue = 0, decimal? actualParValue = 0);
}