|
|
|
@ -1,25 +1,10 @@ |
|
|
|
|
using Tiobon.Core.Common.Helper; |
|
|
|
|
using Tiobon.Core.IServices; |
|
|
|
|
using Tiobon.Core.Model; |
|
|
|
|
using Tiobon.Core.Model.Models; |
|
|
|
|
using Magicodes.ExporterAndImporter.Core; |
|
|
|
|
using Magicodes.ExporterAndImporter.Core; |
|
|
|
|
using Magicodes.ExporterAndImporter.Excel; |
|
|
|
|
using Microsoft.AspNetCore.Hosting; |
|
|
|
|
using Microsoft.AspNetCore.Mvc; |
|
|
|
|
using Microsoft.Extensions.Hosting; |
|
|
|
|
using Newtonsoft.Json; |
|
|
|
|
using System; |
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using System.IO; |
|
|
|
|
using System.Linq; |
|
|
|
|
using System.Text; |
|
|
|
|
using System.Threading.Tasks; |
|
|
|
|
using Tiobon.Core.Repository.UnitOfWorks; |
|
|
|
|
|
|
|
|
|
namespace Tiobon.Core.Controllers |
|
|
|
|
{ |
|
|
|
|
[Route("api/[controller]/[action]")]
|
|
|
|
|
[ApiController] |
|
|
|
|
[ApiController, ApiExplorerSettings(GroupName = Grouping.GroupName_Assistant)] |
|
|
|
|
//[Authorize(Permissions.Name)] |
|
|
|
|
public class MigrateController : ControllerBase |
|
|
|
|
{ |
|
|
|
|