username@email.com
2021-07-16 265f38a3f69276ae97690da64fb8e42be3a940e5
zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -220,6 +220,11 @@
            CreateMap<IntentionVisitDuanxin, IntentionVisitDuanxinDTO>();
            CreateMap<IntentionVisitDuanxinDTO, IntentionVisitDuanxin>();
            CreateMap<DtChannelArticleNews, DtChannelArticleNewsDTO>();
            CreateMap<DtChannelArticleNewsDTO, DtChannelArticleNews>();
        }
    }
}