我滴个乖乖
This commit is contained in:
9
ZelWiki.Models/DataModels/EmojiCategory.cs
Normal file
9
ZelWiki.Models/DataModels/EmojiCategory.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ZelWiki.Models.DataModels
|
||||
{
|
||||
public class EmojiCategory
|
||||
{
|
||||
public int EmojiId { get; set; }
|
||||
public string Category { get; set; } = string.Empty;
|
||||
public string EmojiCount { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user