* Fixed DTOs issues
* Added service to save data
This commit is contained in:
@@ -11,14 +11,14 @@ namespace SytelineSaAppEfDataModel.Entities
|
||||
public int Id { get; set; }
|
||||
public byte CoEdiOrder { get; set; }
|
||||
public Guid CoRowPointer { get; set; }
|
||||
public string CoCoNum { get; set; }
|
||||
public string CoType { get; set; }
|
||||
public string CoTakenBy { get; set; }
|
||||
public string EdiCoCoNum { get; set; }
|
||||
public string? CoCoNum { get; set; }
|
||||
public string? CoType { get; set; }
|
||||
public string? CoTakenBy { get; set; }
|
||||
public string? EdiCoCoNum { get; set; }
|
||||
public int OrdersCount { get; set; }
|
||||
public bool OrderFound { get; set; }
|
||||
public DateTime CreatedDate { get; set; }
|
||||
public string FoundNumbers { get; set; }
|
||||
public string? FoundNumbers { get; set; }
|
||||
public int ScheduleOrderId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user