WIP
This commit is contained in:
+11
-1
@@ -8,4 +8,14 @@ public record Locker
|
||||
public int Id { get; set; }
|
||||
|
||||
public string? Name { get; set; }
|
||||
}
|
||||
|
||||
public string? Description { get; set; }
|
||||
|
||||
public int State { get; set; }
|
||||
|
||||
public ICollection<Tag>? Tags { get; }
|
||||
|
||||
public Category? Category { get; }
|
||||
|
||||
public ICollection<Document>? Documents { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user