diff --git a/Models/Exam/Candidate.cs b/Models/Exam/Candidate.cs index ac4dba2..824ac60 100644 --- a/Models/Exam/Candidate.cs +++ b/Models/Exam/Candidate.cs @@ -266,7 +266,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Models [Comment("ตำแหน่งปัจจุบัน กลุ่ม/ฝ่าย")] public string? OccupationGroup { get; set; } [Comment("ตำแหน่งปัจจุบัน เงินเดือน")] - public int? OccupationSalary { get; set; } + public double? OccupationSalary { get; set; } [Comment("ตำแหน่งปัจจุบัน สังกัด")] public string? OccupationPosition { get; set; } [Comment("ตำแหน่งปัจจุบัน ประเภทราชการ")]