From db1084ef1a06bfa0ae83cebdb0300a3c1c723c4a Mon Sep 17 00:00:00 2001 From: cjs <2216046164@qq.com> Date: 星期一, 23 六月 2025 14:03:31 +0800 Subject: [PATCH] dll --- HH.WCS.Mobox3.NongFuLinZhi/models/Location.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3.NongFuLinZhi/models/Location.cs b/HH.WCS.Mobox3.NongFuLinZhi/models/Location.cs index 339c769..1ca5cfc 100644 --- a/HH.WCS.Mobox3.NongFuLinZhi/models/Location.cs +++ b/HH.WCS.Mobox3.NongFuLinZhi/models/Location.cs @@ -25,6 +25,7 @@ public int N_AGV_SITE_LAYER { get; set; } public int N_ROADWAY { get; set; } public int N_ROW { get; set; } + public string S_ROW { get; set; } public int N_COL { get; set; } public int N_LAYER { get; set; } public string S_TYPE { get; set; } -- Gitblit v1.9.1