WIP: process layers
This commit is contained in:
@@ -36,6 +36,8 @@ namespace WebAPI.Models
|
||||
[Required]
|
||||
public Guid ModifiedById { get; set; }
|
||||
public User? ModifiedBy { get; set; }
|
||||
public Guid? parentId { get; set; }
|
||||
public Layer? parent { get; set; }
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user