zhengyuxuan
2025-03-21 d699bedade1d20e5f36bb09ba73e0a8b7c62e014
LifePayment/LifePayment.Application/LifePaymentServicesApplicationModuleAutoMapperProfile.cs
@@ -13,7 +13,6 @@
            CreateMap<CreateLifePayOrderInput, LifePayOrder>(MemberList.None);
            CreateMap<CreateEditPayChannelsInput, LifePayChannles>(MemberList.None);
            #endregion
        }