From 9e40412e6d20f07c1d98ceae5214093b50e2fb88 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期二, 03 六月 2025 17:25:10 +0800 Subject: [PATCH] 命名空间与文件夹名称优化 --- api/ApiModel.cs | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index ae045d0..bc034a5 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -147,9 +147,11 @@ /// <summary> /// AGV灏忚溅鍙凤細NOTE 鍚庢湡鍙兘鐪佺暐锛屽洜涓哄彧鏈変竴杈嗚溅 /// </summary> - public string forklift_no { get; set; } + //public string forklift_no { get; set; } - public string endLoc { get; set; } + public string TaskNo { get; set; } + + public string EndLoc { get; set; } } /// <summary> @@ -167,6 +169,10 @@ public string endLoc { get; set; } } + public class CancelTaskInfo { + public string TaskNo { get; set; } + } + /// <summary> /// 浜у搧閮ㄥ垎鍑哄簱淇℃伅 /// </summary> -- Gitblit v1.9.1