1
This commit is contained in:
@@ -7,8 +7,10 @@ namespace ZelWiki.Models.ViewModels.Page
|
||||
public int Id { get; set; }
|
||||
|
||||
[Required]
|
||||
[Display(Name="标题")]
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Navigation { get; set; } = string.Empty;
|
||||
[Display(Name = "描述")]
|
||||
public string? Description { get; set; } = string.Empty;
|
||||
public string? Body { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user