zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -288,9 +288,33 @@
            CreateMap<ExpertTestTopicpeizhi, ExpertTestTopicpeizhiDTO>();
            CreateMap<ExpertTestTopicpeizhiDTO, ExpertTestTopicpeizhi>();
            CreateMap<TComplaintRespondent, TComplaintRespondentDTO>();
            CreateMap<TComplaintRespondentDTO, TComplaintRespondent>();
            CreateMap<TComplaintletter, TComplaintletterDTO>();
            CreateMap<TComplaintletterDTO, TComplaintletter>();
            CreateMap<TComplaintItem, TComplaintItemDTO>();
            CreateMap<TComplaintItemDTO, TComplaintItem>();
            CreateMap<TChallengeletter, TChallengeletterDTO>();
            CreateMap<TChallengeletterDTO, TChallengeletter>();
            CreateMap<TChallengeItem, TChallengeItemDTO>();
            CreateMap<TChallengeItemDTO, TChallengeItem>();
            CreateMap<HrShebao, HrShebaoDTO>();
            CreateMap<HrShebaoDTO, HrShebao>();
            CreateMap<TComplaintGongyingshang, TComplaintGongyingshangDTO>();
            CreateMap<TComplaintGongyingshangDTO, TComplaintGongyingshang>();
            CreateMap<TComplaintShouquandaibiao, TComplaintShouquandaibiaoDTO>();
            CreateMap<TComplaintShouquandaibiaoDTO, TComplaintShouquandaibiao>();
            CreateMap<FiCustomerrecievemoney, FiCustomerrecievemoneyDTO>();
            CreateMap<FiCustomerrecievemoneyDTO, FiCustomerrecievemoney>();
        }
    }
}