WIP: copy process
This commit is contained in:
@@ -30,14 +30,15 @@ namespace WebAPI.Models
|
||||
#endregion
|
||||
#region Relations
|
||||
public ICollection<Record>? Records { get; set; }
|
||||
public ICollection<ProcessSource>? Sources { get; set; }
|
||||
[Required]
|
||||
public Guid CreatedById { get; set; }
|
||||
public User? CreatedBy { get; set; }
|
||||
[Required]
|
||||
public Guid ModifiedById { get; set; }
|
||||
public User? ModifiedBy { get; set; }
|
||||
public Guid? parentId { get; set; }
|
||||
public Layer? parent { get; set; }
|
||||
public Guid? ParentId { get; set; }
|
||||
public Layer? Parent { get; set; }
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user