From 00446e5e764fd57ea0f28b30921f4a5daa60c890 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 23 七月 2021 14:10:31 +0800 Subject: [PATCH] 流程 费用申请,物品申领 --- zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs index 9556863..d3a0fc2 100644 --- a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs +++ b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs @@ -220,6 +220,20 @@ 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>(); + } } } -- Gitblit v1.9.1