From 727a27340fc49d41bf9f7efd81a9a44ade7a9677 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 28 六月 2022 13:15:52 +0800 Subject: [PATCH] 合同盖章 --- zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs index c437e32..f81db77 100644 --- a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs +++ b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs @@ -1,6 +1,7 @@ 锘縰sing AutoMapper; using DTO; using DTO.Models; +using DTO.WebCrawler; using System; using System.Collections.Generic; using System.Text; @@ -306,6 +307,24 @@ CreateMap<HrShebao, HrShebaoDTO>(); CreateMap<HrShebaoDTO, HrShebao>(); + CreateMap<TComplaintGongyingshang, TComplaintGongyingshangDTO>(); + CreateMap<TComplaintGongyingshangDTO, TComplaintGongyingshang>(); + + CreateMap<TComplaintShouquandaibiao, TComplaintShouquandaibiaoDTO>(); + CreateMap<TComplaintShouquandaibiaoDTO, TComplaintShouquandaibiao>(); + + CreateMap<FiCustomerrecievemoney, FiCustomerrecievemoneyDTO>(); + CreateMap<FiCustomerrecievemoneyDTO, FiCustomerrecievemoney>(); + + CreateMap<TProjectDictionary, TProjectDictionaryDTO>(); + CreateMap<TProjectDictionaryDTO, TProjectDictionary>(); + + CreateMap<ZhengfuProject, ZhengfuProjectDTO>(); + CreateMap<ZhengfuProjectDTO, ZhengfuProject>(); + + CreateMap<Zxdsfxl, ZxdsfxlDTO>(); + CreateMap<ZxdsfxlDTO, Zxdsfxl>(); + } } } -- Gitblit v1.9.1