From 452b9b63ada7ef220952412613552d36ed477adc Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 19 五月 2025 17:30:29 +0800 Subject: [PATCH] 测试,修复部分数据表问题 --- Controllers/DebugController.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Controllers/DebugController.cs b/Controllers/DebugController.cs index 2d954b3..d4ef008 100644 --- a/Controllers/DebugController.cs +++ b/Controllers/DebugController.cs @@ -58,5 +58,11 @@ public string InsertLocCntrCg() { return DebugService.InsertLocCntrCg(); } + + [HttpPost] + [Route("SetTaskWeight")] + public string SetTaskWeight(SetTaskWeightInfo model) { + return DebugService.SetTaskWeight(model); + } } } -- Gitblit v1.9.1