mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Add a Type enum to Tags for artwork/ebook
This commit is contained in:
parent
ee29c526f8
commit
402dae95ff
7 changed files with 62 additions and 10 deletions
|
@ -8,6 +8,7 @@ class Tag{
|
|||
|
||||
public int $TagId;
|
||||
public string $Name;
|
||||
public string $Type;
|
||||
protected ?string $_UrlName = null;
|
||||
protected ?string $_Url = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue