fix #2207
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m19s

This commit is contained in:
harid 2026-01-20 17:30:11 +07:00
parent 15f5d7cae7
commit 5219934e05

View file

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