report insignia
This commit is contained in:
parent
58f7ab83e3
commit
30281ff2ab
4 changed files with 437 additions and 0 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue