Merge branch 'develop' into working

This commit is contained in:
Suphonchai Phoonsawat 2023-09-04 14:55:52 +07:00
commit 2021d77695
6 changed files with 16352 additions and 10 deletions

View file

@ -264,7 +264,7 @@ namespace BMA.EHR.Domain.Models.HR
[Comment("สังกัด")]
public string? EmployeeOc { get; set; }
[Comment("ค่าจ้าง")]
public string? EmployeeWage { get; set; }
public double? EmployeeWage { get; set; }
[Comment("ประเภทบุคคล")]
public string? EmployeeTypeIndividual { get; set; }
[Comment("เงินเพิ่มการครองชีพชั่วคราว")]