From 9a7c4fea85f85824dddeac9e6ce6ebb75ccee679 Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期二, 29 四月 2025 15:26:15 +0800 Subject: [PATCH] 修改问题晚上充电逻辑 --- Admin.NET/WCS.Application/Entity/WcsTask.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Admin.NET/WCS.Application/Entity/WcsTask.cs b/Admin.NET/WCS.Application/Entity/WcsTask.cs index f135695..3482a07 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,11 @@ [SugarColumn(ColumnName = "TaskId", ColumnDescription = "PLC-WCS浜や簰浠诲姟鍙�")] public int? TaskId { get; set; } + + /// <summary> + /// 灏忚溅IP + /// </summary> + public string? CarIp { get; set; } + + } -- Gitblit v1.8.0