This commit is contained in:
Zel
2025-02-23 22:08:19 +08:00
parent e46a7ca31c
commit f664c43d35
20 changed files with 98 additions and 124 deletions

View File

@@ -12,6 +12,7 @@ namespace ZelWiki.Models.ViewModels.Page
public string Navigation { get; set; } = string.Empty;
[Display(Name = "描述")]
public string? Description { get; set; } = string.Empty;
[Display(Name = "正文")]
public string? Body { get; set; } = string.Empty;
}
}