no message
This commit is contained in:
parent
519ef2f143
commit
f3e8330241
5 changed files with 19376 additions and 41 deletions
|
|
@ -47,13 +47,17 @@ namespace BMA.EHR.Domain.Models.Insignias
|
|||
[Comment("หลักฐานรับเครื่องราชฯ")]
|
||||
public Document? DocReceiveInsignia { get; set; }
|
||||
[Comment("หน่วยงานรับเครื่องราชฯ")]
|
||||
public OrganizationEntity? OrgReceiveInsignia { get; set; }
|
||||
public string? OrgReceiveInsignia { get; set; }
|
||||
[Comment("หน่วยงานรับเครื่องราชฯ")]
|
||||
public Guid? OrgReceiveInsigniaId { get; set; }
|
||||
[Comment("วันที่คืนเครื่องราชฯ")]
|
||||
public DateTime? DateReturnInsignia { get; set; }
|
||||
[Comment("หลักฐานคืนเครื่องราชฯ")]
|
||||
public Document? DocReturnInsignia { get; set; }
|
||||
[Comment("หน่วยงานคืนเครื่องราชฯ")]
|
||||
public OrganizationEntity? OrgReturnInsignia { get; set; }
|
||||
public string? OrgReturnInsignia { get; set; }
|
||||
[Comment("หน่วยงานคืนเครื่องราชฯ")]
|
||||
public Guid? OrgReturnInsigniaId { get; set; }
|
||||
|
||||
|
||||
public Guid? ProfileId { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue