สร้างรายการรับโอน ถ้าเป็นขรก.เดิมใช้รูปภาพจากทะเบียนประวัติ #1168
Some checks failed
release-dev / release-dev (push) Failing after 10s

This commit is contained in:
Bright 2025-07-03 16:16:32 +07:00
parent 18be7bee37
commit d6a3bdc8ba
3 changed files with 62 additions and 22 deletions

View file

@ -51,6 +51,7 @@ namespace BMA.EHR.Placement.Service.Requests
public double? salary { get; set; }
public string? education { get; set; }
public double? Amount { get; set; }
public string? avatarUrl { get; set; }
}
}