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;
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ZelWiki.Models")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.20.1.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.20.1+4b54cca70b03a58af51ef6debdd012251f258bbb")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("2.20.1+74772e285e13b305789f2658038806349cf168c3")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ZelWiki.Models")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ZelWiki.Models")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("2.20.1.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
e549fdef933e436d3e1f65e0fcaa327a47b40a45e47a77f7e48728395694d5ff
|
||||
66e2feaa6a981fa179ef3b5822265a000531ce804839f74b288a661612ce49b5
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user