摘要:
CreateMap<Temp_ProductImage, ProductImage>() .ForMember(x => x.Id, opt => opt.Ignore()); CreateMap<Temp_Product, Product>() .ForMember(x => x.ProductI 阅读全文
摘要:
引用包Microsoft.EntityFrameworkCore.Proxies protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) { optionsBuilder.UseLazyLoading 阅读全文