ให้ออกลูกจ้าง
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
kittapath 2025-01-27 10:14:54 +07:00
parent 8a3baab88f
commit 87e8c17309
9 changed files with 19456 additions and 68 deletions

View file

@ -16,7 +16,7 @@ namespace BMA.EHR.Application.Requests
public int Amount { get; set; }
public int Round { get; set; }
public List<string>? EmpPosId { get; set; }
public string[] EmpPosId { get; set; }
public FormFile? File { get; set; }
}
}