Changes in Views and mappings

This commit is contained in:
2025-01-24 21:30:58 +01:00
parent ed726eea09
commit a95eed2041
12 changed files with 138 additions and 40 deletions

View File

@@ -15,6 +15,8 @@ namespace FaKrosnoEfDataModel.Dtos
public int DocNumber { get; set; }
public string? DocType { get; set; }
public string? RecipientCode => Recipient.RecipientCode;
public string? PurchaserCode => Recipient.Purchaser?.PurchaserCode;
public RecipientDto Recipient { get; set; }
public IList<ScheduleOrderDetailDto> ScheduleOrderDetails { get; set; }