From 5d9c24c02c8685fd931e0ae93e54c811726af8c6 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 20 四月 2026 13:55:42 +0800
Subject: [PATCH] 模具库&综合库代码更新

---
 代码管理/Mould/WCS/WCSServers/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs |   21 +++------------------
 1 files changed, 3 insertions(+), 18 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/Mould/WCS/WCSServers/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs"
similarity index 77%
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/Mould/WCS/WCSServers/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs"
index 6502526..7a90d35 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/Mould/WCS/WCSServers/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs"
@@ -55,24 +55,9 @@
         /// </summary>
         [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍫嗗灈鏈虹紪鍙�")]
         public string StackerCraneCode { get; set; }
-
+        
         /// <summary>
-        /// AGV绔欏彴缂栧彿
-        /// </summary>
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "AGV绔欏彴缂栧彿")]
-        public string? AGVStationCode { get; set; }
-        /// <summary>
-        /// AGV绔欏彴鍙栨斁楂樺害
-        /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "AGV绔欏彴鍙栨斁楂樺害")]
-        public decimal AGVStationHeight { get; set; }
-        /// <summary>
-        /// AGV鍓嶇疆鐐�
-        /// </summary>
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "AGV鍓嶇疆鐐�")]
-        public string? AGVFrontCode { get; set; }
-        /// <summary>
-        /// 绔欏彴鏄惁鍙敤 <br/>
+        /// 绔欏彴鏄惁鍗犵敤 <br/>
         /// 0锛氬彲鐢� <br/>
         /// 1锛氬崰鐢� <br/>
         /// </summary>
@@ -85,7 +70,7 @@
         /// 1锛氬崰鐢� <br/>
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "绔欏彴鏄惁鍙敤")]
-        public int IsManual { get; set; }
+        public int IsUse { get; set; }
 
         /// <summary>
         /// 澶囨敞

--
Gitblit v1.9.3