sunpengfei
2025-06-16 eccd091cfc8eaf38e7251f170d6f683a152e9ef5
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);
        }
    }
}