From d06e44eb1c8818c8d19709602631eb7888d4f0e9 Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期二, 06 五月 2025 08:53:01 +0800 Subject: [PATCH] 修改程序,AGV交互 --- Admin.NET/WCS.Application/Entity/WcsTask.cs | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Admin.NET/WCS.Application/Entity/WcsTask.cs b/Admin.NET/WCS.Application/Entity/WcsTask.cs index b0d06aa..874d23d 100644 --- a/Admin.NET/WCS.Application/Entity/WcsTask.cs +++ b/Admin.NET/WCS.Application/Entity/WcsTask.cs @@ -165,7 +165,7 @@ public string? WcsPosValue { get; set; } /// <summary> - /// 浼樺厛绾� + /// 浼樺厛绾� 鍥涘悜杞� 灏忚溅鍏呯數888 鍏朵粬浠诲姟999 /// </summary> [SugarColumn(ColumnName = "Levels", ColumnDescription = "浼樺厛绾�")] public int? Levels { get; set; } @@ -188,5 +188,9 @@ /// </summary> public string? CarIp { get; set; } - + /// <summary> + /// 鏄惁瀹屾垚鍒嗘浠诲姟 鐢ㄤ簬灏忚溅鍒拌揪鎴愬搧鍏ュ簱鍙� 0/""/null 鏈畬鎴� 1瀹屾垚 + /// </summary> + public string? IsComple { get; set; } + } -- Gitblit v1.8.0