From 10ec50f8e9ded45e8b439114a17ed89297c948c7 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 13 七月 2021 15:04:51 +0800 Subject: [PATCH] 提交 --- zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs index d5a8f36..9556863 100644 --- a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs +++ b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs @@ -164,6 +164,9 @@ CreateMap<WfRunProcess, WfRunProcessDTO>(); CreateMap<WfRunProcessDTO, WfRunProcess>(); + CreateMap<WfHistoryDTO, WfNeeddeelDTO>(); + CreateMap<WfNeeddeelDTO, WfHistoryDTO>(); + CreateMap<SysAttachment, SysAttachmentDTO>(); CreateMap<SysAttachmentDTO, SysAttachment>(); @@ -196,7 +199,27 @@ CreateMap<HrSalary, HrSalaryDTO>(); CreateMap<HrSalaryDTO, HrSalary>(); - + + CreateMap<CusFangwenjilu, CusFangwenjiluDTO>(); + CreateMap<CusFangwenjiluDTO, CusFangwenjilu>(); + + CreateMap<LZhuanjiahuidum, LZhuanjiahuidumDTO>(); + CreateMap<LZhuanjiahuidumDTO, LZhuanjiahuidum>(); + + CreateMap<OrderBanci, OrderBanciDTO>(); + CreateMap<OrderBanciDTO, OrderBanci>(); + + CreateMap<OrderBanciDtl, OrderBanciDtlDTO>(); + CreateMap<OrderBanciDtlDTO, OrderBanciDtl>(); + + CreateMap<OrderBanciOrder, OrderBanciOrderDTO>(); + CreateMap<OrderBanciOrderDTO, OrderBanciOrder>(); + + CreateMap<LiaotianShoucang, LiaotianShoucangDTO>(); + CreateMap<LiaotianShoucangDTO, LiaotianShoucang>(); + + CreateMap<IntentionVisitDuanxin, IntentionVisitDuanxinDTO>(); + CreateMap<IntentionVisitDuanxinDTO, IntentionVisitDuanxin>(); } } } -- Gitblit v1.9.1