Merge branch 'develop' into develop-Bright
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m51s
Build & Deploy Retirement Service / build (push) Successful in 1m55s

This commit is contained in:
harid 2026-05-21 16:47:57 +07:00
commit 04ac35c10b
3 changed files with 3 additions and 2 deletions

View file

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