sunpengfei
2025-06-11 714eca49223a7eabdfc6666eb745c631d27046dc
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);
        }
    }
}