From 969aafa8bd335025da4caf5939a1626bad4f4236 Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期四, 19 六月 2025 16:54:03 +0800 Subject: [PATCH] Merge branch 'csc' --- Admin.NET/WCS.Application/Entity/WcsTask.cs | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/Admin.NET/WCS.Application/Entity/WcsTask.cs b/Admin.NET/WCS.Application/Entity/WcsTask.cs index f135695..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; } @@ -182,4 +182,15 @@ [SugarColumn(ColumnName = "TaskId", ColumnDescription = "PLC-WCS浜や簰浠诲姟鍙�")] public int? TaskId { get; set; } + + /// <summary> + /// 灏忚溅IP + /// </summary> + public string? CarIp { get; set; } + + /// <summary> + /// 鏄惁瀹屾垚鍒嗘浠诲姟 鐢ㄤ簬灏忚溅鍒拌揪鎴愬搧鍏ュ簱鍙� 0/""/null 鏈畬鎴� 1瀹屾垚 + /// </summary> + public string? IsComple { get; set; } + } -- Gitblit v1.8.0