优化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

@@ -6,18 +6,15 @@ using System;
using System.Collections.Generic;
using System.Linq;
using ZR.Admin.WebApi.Filters;
using ZR.Common;
using ZR.Model;
using ZR.Model.System;
using ZR.Model.System.Dto;
using ZR.Model.Vo;
using ZR.Service.System.IService;
namespace ZR.Admin.WebApi.Controllers.System
{
/// <summary>
/// 数据字典信息
/// @author zr
/// </summary>
[Verify]
[Route("system/dict/data")]