* Added new Entities and Dtos
* Mapping new classes * Added new services and Controllers in API
This commit is contained in:
12
SytelineSaAppEfDataModel/Entities/EdiCustomerOrderImport.cs
Normal file
12
SytelineSaAppEfDataModel/Entities/EdiCustomerOrderImport.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace SytelineSaAppEfDataModel.Entities;
|
||||
|
||||
public class EdiCustomerOrderImport
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int ScheduleOrderId { get; set; }
|
||||
public DateTime LastUpdateDate { get; set; }
|
||||
public DateTime CreatedDate { get; set; }
|
||||
public string Status { get; set; }
|
||||
public string LogData { get; set; }
|
||||
public int ItemsCount { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user