EF实体类指定部分属性不映射成数据库字段 电脑版发表于:2020/4/26 13:33 在想要不映射的字段上加上[NotMapped]标记即可 [NotMapped] public string Status { get; set; }