zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -206,6 +206,20 @@
            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>();
        }
    }
}