修复 Core项目的枚举路径后导致的异常

This commit is contained in:
小肥羊 2025-03-05 17:29:25 +08:00
parent 1e4d7ac5f6
commit 27b4b1f57a
14 changed files with 19 additions and 22 deletions

View File

@ -11,7 +11,7 @@ using System.Reflection;
using UserCenter.Model; using UserCenter.Model;
using UserCenter.Model.Enum; using UserCenter.Model.Enum;
using VideoAnalysisCore.Common; using VideoAnalysisCore.Common;
using VideoAnalysisCore.Enum; using VideoAnalysisCore.Model.Enum;
using VideoAnalysisCore.Model; using VideoAnalysisCore.Model;

View File

@ -8,7 +8,7 @@ using SqlSugar;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Threading.Tasks; using System.Threading.Tasks;
using VideoAnalysisCore.Common; using VideoAnalysisCore.Common;
using VideoAnalysisCore.Enum; using VideoAnalysisCore.Model.Enum;
using VideoAnalysisCore.Model; using VideoAnalysisCore.Model;
using VideoAnalysisCore.Model.Dto; using VideoAnalysisCore.Model.Dto;

View File

@ -1,13 +1,12 @@
@page "/" @page "/"
@ using AntDesign @using AntDesign
@ using AntDesign.TableModels @using AntDesign.TableModels
@ using System.ComponentModel.DataAnnotations @using System.ComponentModel.DataAnnotations
@ using Learn.VideoAnalysis.Controllers.Dto @using Learn.VideoAnalysis.Controllers.Dto
@ using SqlSugar @using SqlSugar
@ using VideoAnalysisCore.Model @using VideoAnalysisCore.Model
@ using VideoAnalysisCore.Model.Dto @using VideoAnalysisCore.Model.Dto
@ using VideoAnalysisCore.Enum; @using VideoAnalysisCore.Model.Enum;
using VideoAnalysisCore.Model.Enum
<Table @ref="_table" Loading="tableLoading" TItem="VideoTaskDto" ScrollY="600px" PageSize="10" Total="_total" DataSource="_dataSource" <Table @ref="_table" Loading="tableLoading" TItem="VideoTaskDto" ScrollY="600px" PageSize="10" Total="_total" DataSource="_dataSource"
OnRowClick="(r)=>r.Expanded = !r.Expanded" OnRowClick="(r)=>r.Expanded = !r.Expanded"

View File

@ -12,7 +12,7 @@ using System.Threading.Tasks;
using VideoAnalysisCore.AICore.GPT.Dto; using VideoAnalysisCore.AICore.GPT.Dto;
using VideoAnalysisCore.AICore.SherpaOnnx; using VideoAnalysisCore.AICore.SherpaOnnx;
using VideoAnalysisCore.Common; using VideoAnalysisCore.Common;
using VideoAnalysisCore.Enum; using VideoAnalysisCore.Model.Enum;
using VideoAnalysisCore.Model; using VideoAnalysisCore.Model;
using VideoAnalysisCore.Model.Dto; using VideoAnalysisCore.Model.Dto;
using static System.Runtime.InteropServices.JavaScript.JSType; using static System.Runtime.InteropServices.JavaScript.JSType;

View File

@ -3,5 +3,5 @@ global using AntDesign;
global using VideoAnalysisCore.Model; global using VideoAnalysisCore.Model;
global using VideoAnalysisCore.Model.Dto; global using VideoAnalysisCore.Model.Dto;
global using VideoAnalysisCore.Enum; global using VideoAnalysisCore.Model.Enum;
global using Learn.VideoAnalysis.Controllers.Dto; global using Learn.VideoAnalysis.Controllers.Dto;

View File

@ -6,7 +6,7 @@ using System.Linq;
using System.Reflection; using System.Reflection;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using VideoAnalysisCore.Interface;
using VideoAnalysisCore.Model; using VideoAnalysisCore.Model;
namespace VideoAnalysisCore.Common namespace VideoAnalysisCore.Common

View File

@ -5,7 +5,6 @@ using System.ComponentModel.DataAnnotations.Schema;
using System.Net; using System.Net;
using UserCenter.Model.Enum; using UserCenter.Model.Enum;
using VideoAnalysisCore.AICore.SherpaOnnx; using VideoAnalysisCore.AICore.SherpaOnnx;
using VideoAnalysisCore.Enum;
using VideoAnalysisCore.Model.Interface; using VideoAnalysisCore.Model.Interface;
using Whisper.net; using Whisper.net;

View File

@ -5,7 +5,6 @@ using System.Text.Json;
using UserCenter.Model.Enum; using UserCenter.Model.Enum;
using VideoAnalysisCore.AICore.GPT.Dto; using VideoAnalysisCore.AICore.GPT.Dto;
using VideoAnalysisCore.AICore.SherpaOnnx; using VideoAnalysisCore.AICore.SherpaOnnx;
using VideoAnalysisCore.Enum;
using VideoAnalysisCore.Model.Interface; using VideoAnalysisCore.Model.Interface;
using Whisper.net; using Whisper.net;

View File

@ -2,7 +2,7 @@
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using SqlSugar; using SqlSugar;
using VideoAnalysisCore.Interface;
namespace VideoAnalysisCore.Model. namespace VideoAnalysisCore.Model.
{ {

View File

@ -2,7 +2,7 @@
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using SqlSugar; using SqlSugar;
using VideoAnalysisCore.Interface;
namespace VideoAnalysisCore.Model. namespace VideoAnalysisCore.Model.
{ {

View File

@ -2,7 +2,7 @@
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using SqlSugar; using SqlSugar;
using VideoAnalysisCore.Interface;
namespace VideoAnalysisCore.Model. namespace VideoAnalysisCore.Model.
{ {

View File

@ -2,7 +2,7 @@
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using SqlSugar; using SqlSugar;
using VideoAnalysisCore.Interface;
namespace VideoAnalysisCore.Model. namespace VideoAnalysisCore.Model.
{ {

View File

@ -4,7 +4,7 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using VideoAnalysisCore.Interface;
namespace VideoAnalysisCore.Model. namespace VideoAnalysisCore.Model.
{ {

View File

@ -2,7 +2,7 @@
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using SqlSugar; using SqlSugar;
using VideoAnalysisCore.Interface;
namespace VideoAnalysisCore.Model. namespace VideoAnalysisCore.Model.
{ {