report insignia

This commit is contained in:
kittapath 2024-12-15 19:00:38 +07:00
parent 58f7ab83e3
commit 30281ff2ab
4 changed files with 437 additions and 0 deletions

View file

@ -0,0 +1,10 @@
namespace BMA.EHR.Insignia.Service.Requests
{
public class GetInsigniaDetailByNodeReportDto
{
public Guid roundId { get; set; }
public int node { get; set; }
public string nodeId { get; set; }
}
}