/// <summary> /// 自增加ID /// </summary> [DatabaseGenerated(DatabaseGeneratedOption.Identity)] //若數據庫設置自增加,要加這個,否則沒法更新修改狀態 public int FId { get; set; }