sunpengfei
2025-06-12 edbf9166fc8857f192adade7e15d8f7d52de4b91
LifePayment/LifePayment.Application/LifePaymentServicesApplicationModuleAutoMapperProfile.cs
@@ -4,6 +4,7 @@
using LifePayment.Domain;
using LifePayment.Domain.LifePay;
using LifePayment.Domain.Models;
using LifePayment.Domain.Shared;
namespace LifePayment.Application
{
@@ -37,6 +38,8 @@
            CreateMap<CreateChannelConsultationInput, LifePayChannelConsultation>(MemberList.None);
            CreateMap<CreateChannelConsultationFollowupInput, LifePayChannelConsultationFollowup>(MemberList.None);
            CreateMap<LogFrontInput, LogFrontRecord>(MemberList.None);
        }
    }
}