From 407c614528c8f70c3b49b42cbc558195a2a883a6 Mon Sep 17 00:00:00 2001 From: harid Date: Thu, 4 Dec 2025 23:15:42 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=94=E0=B8=B2?= =?UTF-8?q?=E0=B8=A7=E0=B8=99=E0=B9=8C=E0=B9=82=E0=B8=AB=E0=B8=A5=E0=B8=94?= =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=87=E0=B8=B2=E0=B8=99=20?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=9A=E0=B8=9A=E0=B9=81=E0=B8=88=E0=B9=89?= =?UTF-8?q?=E0=B8=87=20Error=20#2098?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Models/Exam/Candidate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("ตำแหน่งปัจจุบัน ประเภทราชการ")]