隐藏部分菜单
智能大石头 authored at 2024-01-17 21:24:40
311.00 B
Stardust
using System.ComponentModel;
using NewLife.Cube;
using Stardust.Server;

namespace Stardust.Web.Areas.Platform.Controllers;

/// <summary>平台设置控制器</summary>
[Menu(10, true)]
[DisplayName("平台设置")]
[PlatformArea]
public class StarServerController : ConfigController<StarServerSetting>
{
}