命名空间 ;using System.ComponentModel.DataAnnotations.Schema;app
实体部分spa
public partial class Student { [NotMapped] public int age { get; set; } =18; }get