re command
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
moss 2025-04-05 18:05:04 +07:00
parent 887d015276
commit 0bc0fb2c99
3 changed files with 3 additions and 3 deletions

View file

@ -6,6 +6,6 @@ namespace BMA.EHR.Discipline.Service.Requests
public class ReportPersonRequest
{
public string[] refIds { get; set; }
public string status { get; set; }
public string? status { get; set; }
}
}

View file

@ -6,6 +6,6 @@ namespace BMA.EHR.Placement.Service.Requests
public class ReportPersonRequest
{
public string[] refIds { get; set; }
public string status { get; set; }
public string? status { get; set; }
}
}

View file

@ -6,6 +6,6 @@ namespace BMA.EHR.Retirement.Service.Requests
public class ReportPersonRequest
{
public string[] refIds { get; set; }
public string status { get; set; }
public string? status { get; set; }
}
}