เพิ่ม api ผลตรวจเลือด

This commit is contained in:
Kittapath 2023-08-09 23:34:25 +07:00
parent 060765d373
commit 4a17aef039
18 changed files with 27329 additions and 562 deletions

View file

@ -16,12 +16,12 @@ namespace BMA.EHR.Application.Requests
public string GovAge { get; set; }
public string Salary { get; set; }
public double? Salary { get; set; }
public string LastInsignia { get; set; }
public int? LastInsigniaId { get; set; }
public Guid? LastInsigniaId { get; set; }
public string PosNo { get; set; }
public Guid PosNo { get; set; }
public InsigniaItem RequestInsignia { get; set; }