This commit is contained in:
2026-02-10 15:55:39 +08:00
parent a752675bbf
commit 9b4db50bfe
9782 changed files with 2037819 additions and 828 deletions
@@ -0,0 +1,11 @@
namespace WebAPI.Areas.HelpPage.ModelDescriptions
{
public class EnumValueDescription
{
public string Documentation { get; set; }
public string Name { get; set; }
public string Value { get; set; }
}
}