username@email.com
2022-03-11 c2bd119aba05cee7fcb7eb8f2dd39ee4781b885c
zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -306,6 +306,15 @@
            CreateMap<HrShebao, HrShebaoDTO>();
            CreateMap<HrShebaoDTO, HrShebao>();
            CreateMap<TComplaintGongyingshang, TComplaintGongyingshangDTO>();
            CreateMap<TComplaintGongyingshangDTO, TComplaintGongyingshang>();
            CreateMap<TComplaintShouquandaibiao, TComplaintShouquandaibiaoDTO>();
            CreateMap<TComplaintShouquandaibiaoDTO, TComplaintShouquandaibiao>();
            CreateMap<FiCustomerrecievemoney, FiCustomerrecievemoneyDTO>();
            CreateMap<FiCustomerrecievemoneyDTO, FiCustomerrecievemoney>();
        }
    }
}