Status associated with leaffile
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace LeafWeb.Core.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Status of processing LeafInput
|
||||
/// </summary>
|
||||
public class LeafInputStatus
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public virtual LeafInput LeafInput { get; set; }
|
||||
public string Status { get; set; }
|
||||
public string Description { get; set; }
|
||||
public DateTime DateTime { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user