优化Controller注解

This commit is contained in:
不做码农
2022-05-13 22:16:07 +08:00
16 changed files with 51 additions and 59 deletions

View File

@@ -17,6 +17,9 @@ using ZR.Service.System.IService;
namespace ZR.Admin.WebApi.Controllers.System
{
/// <summary>
/// 系统通知
/// </summary>
[Verify]
[Route("system/notice")]
public class SysNoticeController : BaseController