wait migrate

This commit is contained in:
AdisakKanthawilang 2025-05-15 18:05:48 +07:00
parent 5df7a9e20f
commit 6e1965ba79

View file

@ -89,5 +89,26 @@ namespace BMA.EHR.Domain.Models.Insignias
public string? Child4 { get; set; }
public bool? MarkInsignia { get; set; } = false;
public string? APR1 { get; set; }
public string? APR2 { get; set; }
public string? APR3 { get; set; }
public string? APR4 { get; set; }
public string? APR5 { get; set; }
public string? OCT1 { get; set; }
public string? OCT2 { get; set; }
public string? OCT3 { get; set; }
public string? OCT4 { get; set; }
public string? OCT5 { get; set; }
}
}