From 071a7efe34469cbfc0f5401291c6e3ba21f31b19 Mon Sep 17 00:00:00 2001 From: 18256738414 <634643841@qq.com> Date: 星期四, 24 七月 2025 21:29:16 +0800 Subject: [PATCH] 双钱,空托自动上线优先空托货架区 --- models/TN_Location.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/models/TN_Location.cs b/models/TN_Location.cs index fe55430..08f0c17 100644 --- a/models/TN_Location.cs +++ b/models/TN_Location.cs @@ -20,8 +20,21 @@ public string S_AGV_SITE { get; set; } public int N_CURRENT_NUM { get; set; } + /// <summary> + /// 灞�+ /// </summary> public int N_LAYER { get; set; } + /// <summary> + /// 琛孿鎺�+ /// </summary> + public int N_ROW { get; set; } + + /// <summary> + /// 鍒�+ /// </summary> + public int N_COL { get; set; } + /// <summary> /// 0鏃�1鍏ュ簱閿�2鍑哄簱閿�3鍏跺畠閿� -- Gitblit v1.9.1