This commit is contained in:
AdisakKanthawilang 2025-03-11 17:33:10 +07:00
parent 3882e11454
commit 7a9053f5ce
3 changed files with 100 additions and 3 deletions

View file

@ -8,5 +8,7 @@ namespace BMA.EHR.Leave.Service.DTOs.Reports
public int node { get; set; }
public string nodeId { get; set; }
public bool? isRetirement { get; set; } = false;
public string? revisionId { get; set; }
}
}