fix : Add RevisionId For Insignia Period
Some checks failed
release-dev / release-dev (push) Failing after 13s
Some checks failed
release-dev / release-dev (push) Failing after 13s
This commit is contained in:
parent
722a1e33a8
commit
689c425acb
10 changed files with 18272 additions and 63 deletions
|
|
@ -0,0 +1,12 @@
|
|||
namespace BMA.EHR.Application.Responses.Organizations;
|
||||
|
||||
public class GetLastRevisionDto
|
||||
{
|
||||
|
||||
public string Message { get; set; } = string.Empty;
|
||||
|
||||
public int Status { get; set; } = -1;
|
||||
|
||||
public Guid Result { get; set; } = new();
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue