在 “UnionContext” 最下面添加 public DbSet<FooterLogo> FooterLogo { get; set; }
The entity type FooterLogo is not part of the model for the current context.zai
本文介绍如何在UnionContext类中新增一个公共属性FooterLogo,使用DbSet泛型集合进行数据操作。
本文介绍如何在UnionContext类中新增一个公共属性FooterLogo,使用DbSet泛型集合进行数据操作。

被折叠的 条评论
为什么被折叠?