mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
add groups to individuals stuff
This commit is contained in:
parent
5ddbb79587
commit
31fb0e2384
7 changed files with 1303 additions and 28 deletions
|
|
@ -40,11 +40,15 @@ public class CharaData
|
|||
|
||||
public class CharaDataAllowance
|
||||
{
|
||||
[Key]
|
||||
public long Id { get; set; }
|
||||
public virtual CharaData Parent { get; set; }
|
||||
public string ParentId { get; set; }
|
||||
public string ParentUploaderUID { get; set; }
|
||||
public virtual User AllowedUser { get; set; }
|
||||
public string AllowedUserUID { get; set; }
|
||||
public virtual User? AllowedUser { get; set; }
|
||||
public string? AllowedUserUID { get; set; }
|
||||
public virtual Group? AllowedGroup { get; set; }
|
||||
public string? AllowedGroupGID { get; set; }
|
||||
}
|
||||
|
||||
public class CharaDataOriginalFile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue