修改 IuserInfo位置

This commit is contained in:
2022-04-12 15:33:12 +08:00
parent 84588c1b2f
commit d88621f2a9
13 changed files with 51 additions and 23 deletions
@@ -14,6 +14,7 @@ using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using IRaCIS.Core.Domain.Share;
using Microsoft.EntityFrameworkCore;
namespace IRaCIS.Core.API.Controllers
@@ -21,6 +21,7 @@ using IRaCIS.Core.Domain.Models;
using IRaCIS.Core.Application.Service.Inspection.Interface;
using Newtonsoft.Json;
using IRaCIS.Core.Application.Service.Inspection.DTO;
using IRaCIS.Core.Domain.Share;
namespace IRaCIS.Api.Controllers
{