修复 Core项目的枚举路径后导致的异常
This commit is contained in:
parent
1e4d7ac5f6
commit
27b4b1f57a
|
|
@ -11,7 +11,7 @@ using System.Reflection;
|
|||
using UserCenter.Model;
|
||||
using UserCenter.Model.Enum;
|
||||
using VideoAnalysisCore.Common;
|
||||
using VideoAnalysisCore.Enum;
|
||||
using VideoAnalysisCore.Model.Enum;
|
||||
using VideoAnalysisCore.Model;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ using SqlSugar;
|
|||
using System.Linq.Expressions;
|
||||
using System.Threading.Tasks;
|
||||
using VideoAnalysisCore.Common;
|
||||
using VideoAnalysisCore.Enum;
|
||||
using VideoAnalysisCore.Model.Enum;
|
||||
using VideoAnalysisCore.Model;
|
||||
using VideoAnalysisCore.Model.Dto;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,12 @@
|
|||
@page "/"
|
||||
@ using AntDesign
|
||||
@ using AntDesign.TableModels
|
||||
@ using System.ComponentModel.DataAnnotations
|
||||
@ using Learn.VideoAnalysis.Controllers.Dto
|
||||
@ using SqlSugar
|
||||
@ using VideoAnalysisCore.Model
|
||||
@ using VideoAnalysisCore.Model.Dto
|
||||
@ using VideoAnalysisCore.Enum;
|
||||
using VideoAnalysisCore.Model.Enum
|
||||
@using AntDesign
|
||||
@using AntDesign.TableModels
|
||||
@using System.ComponentModel.DataAnnotations
|
||||
@using Learn.VideoAnalysis.Controllers.Dto
|
||||
@using SqlSugar
|
||||
@using VideoAnalysisCore.Model
|
||||
@using VideoAnalysisCore.Model.Dto
|
||||
@using VideoAnalysisCore.Model.Enum;
|
||||
|
||||
<Table @ref="_table" Loading="tableLoading" TItem="VideoTaskDto" ScrollY="600px" PageSize="10" Total="_total" DataSource="_dataSource"
|
||||
OnRowClick="(r)=>r.Expanded = !r.Expanded"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ using System.Threading.Tasks;
|
|||
using VideoAnalysisCore.AICore.GPT.Dto;
|
||||
using VideoAnalysisCore.AICore.SherpaOnnx;
|
||||
using VideoAnalysisCore.Common;
|
||||
using VideoAnalysisCore.Enum;
|
||||
using VideoAnalysisCore.Model.Enum;
|
||||
using VideoAnalysisCore.Model;
|
||||
using VideoAnalysisCore.Model.Dto;
|
||||
using static System.Runtime.InteropServices.JavaScript.JSType;
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ global using AntDesign;
|
|||
|
||||
global using VideoAnalysisCore.Model;
|
||||
global using VideoAnalysisCore.Model.Dto;
|
||||
global using VideoAnalysisCore.Enum;
|
||||
global using VideoAnalysisCore.Model.Enum;
|
||||
global using Learn.VideoAnalysis.Controllers.Dto;
|
||||
|
|
@ -6,7 +6,7 @@ using System.Linq;
|
|||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using VideoAnalysisCore.Interface;
|
||||
|
||||
using VideoAnalysisCore.Model;
|
||||
|
||||
namespace VideoAnalysisCore.Common
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ using System.ComponentModel.DataAnnotations.Schema;
|
|||
using System.Net;
|
||||
using UserCenter.Model.Enum;
|
||||
using VideoAnalysisCore.AICore.SherpaOnnx;
|
||||
using VideoAnalysisCore.Enum;
|
||||
using VideoAnalysisCore.Model.Interface;
|
||||
using Whisper.net;
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ using System.Text.Json;
|
|||
using UserCenter.Model.Enum;
|
||||
using VideoAnalysisCore.AICore.GPT.Dto;
|
||||
using VideoAnalysisCore.AICore.SherpaOnnx;
|
||||
using VideoAnalysisCore.Enum;
|
||||
using VideoAnalysisCore.Model.Interface;
|
||||
using Whisper.net;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using SqlSugar;
|
||||
using VideoAnalysisCore.Interface;
|
||||
|
||||
|
||||
namespace VideoAnalysisCore.Model.蓝鲸智库
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using SqlSugar;
|
||||
using VideoAnalysisCore.Interface;
|
||||
|
||||
|
||||
namespace VideoAnalysisCore.Model.蓝鲸智库
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using SqlSugar;
|
||||
using VideoAnalysisCore.Interface;
|
||||
|
||||
|
||||
namespace VideoAnalysisCore.Model.蓝鲸智库
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using SqlSugar;
|
||||
using VideoAnalysisCore.Interface;
|
||||
|
||||
|
||||
namespace VideoAnalysisCore.Model.蓝鲸智库
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using VideoAnalysisCore.Interface;
|
||||
|
||||
|
||||
namespace VideoAnalysisCore.Model.蓝鲸智库
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using SqlSugar;
|
||||
using VideoAnalysisCore.Interface;
|
||||
|
||||
|
||||
namespace VideoAnalysisCore.Model.蓝鲸智库
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue