แก้ api ลา
This commit is contained in:
parent
d08b4ca723
commit
4822110533
20 changed files with 20695 additions and 2783 deletions
|
|
@ -18,6 +18,7 @@ namespace BMA.EHR.Domain.Models.Insignias
|
|||
[Comment("Fk Table OrganizationOrganization Borrow")]
|
||||
//public OrganizationOrganization? BorrowOrganization { get; set; }
|
||||
public Guid? BorrowOrganizationId { get; set; }
|
||||
public string? BorrowOrganization { get; set; }
|
||||
|
||||
[Comment("คืนวันที่")]
|
||||
public DateTime? ReturnDate { get; set; }
|
||||
|
|
@ -25,6 +26,7 @@ namespace BMA.EHR.Domain.Models.Insignias
|
|||
[Comment("Fk Table OrganizationOrganization Return")]
|
||||
//public OrganizationOrganization? ReturnOrganization { get; set; }
|
||||
public Guid? ReturnOrganizationId { get; set; }
|
||||
public string? ReturnOrganization { get; set; }
|
||||
|
||||
[Comment("เหตุผลคืน")]
|
||||
public string? ReturnReason { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue