ยืม คืน สำนักตัวเอง

This commit is contained in:
Kittapath 2023-10-24 18:52:49 +07:00
parent 97b85a34e7
commit 5065ad3269
2 changed files with 9 additions and 8 deletions

View file

@ -6,7 +6,7 @@ namespace BMA.EHR.Application.Requests
public class InsigniaBorrowRequest
{
public DateTime BorrowDate { get; set; }
public Guid BorrowOrganizationId { get; set; }
public Guid? BorrowOrganizationId { get; set; }
public Guid InsigniaNoteProfileId { get; set; }
}
}