实现网站应用管理

This commit is contained in:
2026-01-07 00:15:04 +08:00
parent b098b3f815
commit c7ebb1eb86
8 changed files with 1835 additions and 56 deletions

View File

@@ -18,6 +18,11 @@
/// </summary>
public string Name { get; set; } = string.Empty;
/// <summary>
/// 介绍
/// </summary>
public string Description { get; set; } = string.Empty;
/// <summary>
/// 是否可用
/// </summary>