report 1-4 เำิม่หมายเหตุแนวนอน

This commit is contained in:
Kittapath 2023-10-08 12:41:53 +07:00
parent 5530c2f9e4
commit 2da120f958
32 changed files with 51300 additions and 13 deletions

View file

@ -45,5 +45,30 @@ namespace BMA.EHR.Domain.Models.Retirement
public string? Suggestion { get; set; }
[Comment("กําหนดวันนัดหมายเพื่อทําการสัมภาษณ์การลาออก")]
public DateTime? AppointDate { get; set; }
[Comment("คะแนนข้อ 1")]
public int? Score1 { get; set; }
[Comment("คะแนนข้อ 2")]
public int? Score2 { get; set; }
[Comment("คะแนนข้อ 3")]
public int? Score3 { get; set; }
[Comment("คะแนนข้อ 4")]
public int? Score4 { get; set; }
[Comment("คะแนนข้อ 5")]
public int? Score5 { get; set; }
[Comment("คะแนนข้อ 6")]
public int? Score6 { get; set; }
[Comment("คะแนนข้อ 7")]
public int? Score7 { get; set; }
[Comment("คะแนนข้อ 8")]
public int? Score8 { get; set; }
[Comment("คะแนนข้อ 9")]
public int? Score9 { get; set; }
[Comment("คะแนนข้อ 10")]
public int? Score10 { get; set; }
[Comment("คะแนนรวม")]
public int? ScoreTotal { get; set; }
[Comment("ความคิดเห็น")]
public string? Comment { get; set; }
}
}