From f9d7694d27475954449ce3073938af98a4798b07 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期五, 18 七月 2025 17:37:24 +0800 Subject: [PATCH] 修复去线边的任务,完成后自动解绑失败的问题 --- api/ApiModel.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index a0005e7..7e0e8f7 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -464,5 +464,10 @@ public string staff { get; set; } = "None";//鎿嶄綔浜� public string shift { get; set; } = "None";//鐝 } + + public class EmptyLineToLineInfo + { + public string startLoc { get; set; }//璧风偣 + } } } -- Gitblit v1.9.1