zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -220,6 +220,23 @@
            CreateMap<IntentionVisitDuanxin, IntentionVisitDuanxinDTO>();
            CreateMap<IntentionVisitDuanxinDTO, IntentionVisitDuanxin>();
            CreateMap<DtChannelArticleNews, DtChannelArticleNewsDTO>();
            CreateMap<DtChannelArticleNewsDTO, DtChannelArticleNews>();
            CreateMap<AdmEvaluate, AdmEvaluateDTO>();
            CreateMap<AdmEvaluateDTO, AdmEvaluate>();
            CreateMap<AdmAskcost, AdmAskcostDTO>();
            CreateMap<AdmAskcostDTO, AdmAskcost>();
            CreateMap<AdmAskGood, AdmAskGoodDTO>();
            CreateMap<AdmAskGoodDTO, AdmAskGood>();
            CreateMap<AdmAskovertime, AdmAskovertimeDTO>();
            CreateMap<AdmAskovertimeDTO, AdmAskovertime>();
        }
    }
}