Status associated with leaffile
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace LeafWeb.Core.Entities
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace LeafWeb.Core.Entities
|
||||
{
|
||||
public class LeafInputFile
|
||||
{
|
||||
@@ -14,5 +16,8 @@
|
||||
public string Filename { get; set; }
|
||||
|
||||
public byte[] Contents { get; set; }
|
||||
|
||||
public LeafInputStatusType CurrentStatus { get; set; }
|
||||
public virtual ICollection<LeafInputFileStatus> LeafInputStatuses { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user