* Extended of Dtos
* Added new Services and Controllers
This commit is contained in:
11
SytelineSaAppEfDataModel/Entities/EdiLog.cs
Normal file
11
SytelineSaAppEfDataModel/Entities/EdiLog.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace SytelineSaAppEfDataModel.Entities;
|
||||
|
||||
public class EdiLog
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string ProcessName { get; set; }
|
||||
public string ConfigurationName { get; set; }
|
||||
public int Status { get; set; }
|
||||
public string LogText { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user