优化Controller注解

This commit is contained in:
不做码农
2022-05-13 22:13:44 +08:00
parent 2d5de759f2
commit a6248e12ec
16 changed files with 50 additions and 62 deletions

View File

@@ -11,7 +11,9 @@ using System.Runtime.InteropServices;
namespace ZR.Admin.WebApi.Controllers.monitor
{
//[Verify]
/// <summary>
/// 系统监控
/// </summary>
public class MonitorController : BaseController
{
private OptionsSetting Options;

View File

@@ -12,6 +12,9 @@ using ZR.Service.System.IService;
namespace ZR.Admin.WebApi.Controllers.monitor
{
/// <summary>
/// 操作日志记录
/// </summary>
[Verify]
[Route("/monitor/operlog")]
public class SysOperlogController : BaseController