From 3705857d37fedaae56bd98f7069d11eaacc2634f Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Mon, 15 Apr 2024 16:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E4=BB=A3=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Api/Controllers/Ghra_GradeController.cs | 2 +- Tiobon.Core.Api/Tiobon.Core.xml | 2 +- Tiobon.Core.Common/Seed/FrameSeed.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tiobon.Core.Api/Controllers/Ghra_GradeController.cs b/Tiobon.Core.Api/Controllers/Ghra_GradeController.cs index cf2c14ff..8a522272 100644 --- a/Tiobon.Core.Api/Controllers/Ghra_GradeController.cs +++ b/Tiobon.Core.Api/Controllers/Ghra_GradeController.cs @@ -97,7 +97,7 @@ /// /// [HttpDelete("{Id}")] - public async Task Delete(int Id) + public async Task Delete(long Id) { var data = MessageModel.Success("删除成功"); var entity = await _ghra_GradeServices.QueryById(Id); diff --git a/Tiobon.Core.Api/Tiobon.Core.xml b/Tiobon.Core.Api/Tiobon.Core.xml index 18356978..e254f144 100644 --- a/Tiobon.Core.Api/Tiobon.Core.xml +++ b/Tiobon.Core.Api/Tiobon.Core.xml @@ -1255,7 +1255,7 @@ - + Ghra_Grade -- 删除数据 diff --git a/Tiobon.Core.Common/Seed/FrameSeed.cs b/Tiobon.Core.Common/Seed/FrameSeed.cs index aa1f4db9..c6fa456e 100644 --- a/Tiobon.Core.Common/Seed/FrameSeed.cs +++ b/Tiobon.Core.Common/Seed/FrameSeed.cs @@ -231,7 +231,7 @@ namespace Tiobon.Core.Common.Seed /// /// [HttpDelete(""{Id}"")] - public async Task> Delete(int Id) + public async Task> Delete(long Id) { var data = MessageModel.Success(""删除成功"") var entity = await _{ClassName}Services.QueryById(Id);