lingling
2025-03-17 a6325d1a9bd8d5a9b9c6424b3cb6d0c898309d30
添加Map
1个文件已修改
7 ■■■■■ 已修改文件
LifePayment/LifePayment.Application/LifePaymentServicesApplicationModuleAutoMapperProfile.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application/LifePaymentServicesApplicationModuleAutoMapperProfile.cs
@@ -1,6 +1,7 @@
using AutoMapper;
using LifePayment.Application.Contracts;
using LifePayment.Domain;
using LifePayment.Domain.Models;
namespace LifePayment.Application
{
@@ -8,7 +9,13 @@
    {
        public LifePaymentServicesApplicationModuleAutoMapperProfile()
        {
            #region lifepay
            CreateMap<CreateLifePayOrderInput, LifePayOrder>(MemberList.None);
            CreateMap<CreateEditPayChannelsInput, LifePayChannles>(MemberList.None);
            #endregion
        }
    }
}