添加项目文件。
This commit is contained in:
9
TightWiki.Models/DataModels/EmojiCategory.cs
Normal file
9
TightWiki.Models/DataModels/EmojiCategory.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace TightWiki.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