เพิ่มฟิล ตามที่เพลงขอ และเติมที่จำเป็น

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-11 19:26:58 +07:00
parent 8df0daba91
commit f891f9dda2
13 changed files with 1090 additions and 241 deletions

View File

@@ -52,5 +52,14 @@ namespace TodoAPI2.Models
[MaxLength(1000)]
public string level_this_time { get; set; }
public decimal? position_allowance_at_this_time { get; set; }
public decimal? other_money_at_this_time { get; set; }
public decimal? migration_total_score { get; set; }
[MaxLength(1000)]
public string migration_eva_result { get; set; }
}
}