username@email.com
2022-07-07 c54d598cc71ca26f262d498e034b64627d7b6616
zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -1,6 +1,7 @@
using 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>();
        }
    }
}