通过userid查询用户信息新增查询用户所有角色

This commit is contained in:
不做码农
2022-01-06 12:36:18 +08:00
parent cf3f86b06a
commit a996ab1d22
4 changed files with 8 additions and 8 deletions

View File

@@ -5,16 +5,12 @@ using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using OfficeOpenXml;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using ZR.Admin.WebApi.Filters;
using ZR.Common;
using ZR.Model;
using ZR.Model.System;
using ZR.Service;
using ZR.Service.System.IService;
namespace ZR.Admin.WebApi.Controllers.System