checkpoint #852 (1,2)

This commit is contained in:
AdisakKanthawilang 2025-01-10 19:26:19 +07:00
parent 564a23988d
commit b636233bfd
3 changed files with 314 additions and 100 deletions

View file

@ -5,6 +5,6 @@ namespace BMA.EHR.Insignia.Service.Requests
{
public Guid roundId { get; set; }
public int node { get; set; }
public string nodeId { get; set; }
public Guid nodeId { get; set; }
}
}