report discipline
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Bright 2025-01-17 15:06:28 +07:00
parent 1bec091856
commit d692ea4359
3 changed files with 91 additions and 21 deletions

View file

@ -17,8 +17,8 @@ namespace BMA.EHR.Discipline.Service.Requests
public string status { get; set; }
public string posType { get; set; }
public string? posType { get; set; }
public string posLevel { get; set; }
public string? posLevel { get; set; }
}
}