From 39524ad447f32505c24d56cd4de4ef707d2aca13 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期二, 03 六月 2025 17:28:27 +0800 Subject: [PATCH] 后端修复记录表问题 --- api/MoboxController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/MoboxController.cs b/api/MoboxController.cs index 9a097a3..2e666f3 100644 --- a/api/MoboxController.cs +++ b/api/MoboxController.cs @@ -14,7 +14,7 @@ [RoutePrefix("api")] public class MoboxController : ApiController { /// <summary> - /// 濂借繍绠�婊℃墭涓嬬嚎鍏ュ簱(PDA) + /// 濂借繍绠�婊$涓嬬嚎鍏ュ簱(PDA) /// </summary> /// <param name="model"></param> /// <returns></returns> -- Gitblit v1.9.1