摘要:
public OrderMappingProfile() { //将实体映射到KeyValuePair键值对 CreateMap<tab_carPlan, KeyValuePair<int, string>>() .ConstructUsing(x => new KeyValuePair<int, 阅读全文
posted @ 2023-05-30 14:19
yuanyuanyang
阅读(13)
评论(0)
推荐(0)