修改功能
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
namespace TightWiki.Models.DataModels
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace TightWiki.Models.DataModels
|
||||
{
|
||||
public class Emoji
|
||||
{
|
||||
public int Id { get; set; }
|
||||
[Display(Name ="名称")]
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Shortcut { get; set; } = string.Empty;
|
||||
public int PaginationPageCount { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user