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