From 83f3c63f1cae6224320a8d19251e3bc0404da096 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期五, 26 九月 2025 14:54:44 +0800
Subject: [PATCH] 出入库
---
代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs | 31 +++++++++++++++++++------------
1 files changed, 19 insertions(+), 12 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs"
index d832920..1fa2c33 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs"
@@ -25,10 +25,10 @@
public int Station_code { get; set; }
/// <summary>
- /// 绔欏彴鍚嶇Оremark
+ /// 绔欏彴鍚嶇О(1锛氬叆搴擄紝锛�2锛氬嚭搴�)
/// </summary>
[SugarColumn(Length = 50, ColumnDescription = "绔欏彴鍚嶇О")]
- public string Station_name { get; set; }
+ public int Station_tasktype { get; set; }
/// <summary>
/// 绫诲瀷
@@ -43,7 +43,7 @@
public int Station_enable { get; set; }
/// <summary>
- /// 鍖哄煙
+ /// 鍖哄煙(5:鍐呬晶RGV锛岋紝锛�6锛氬渚GV)
/// </summary>
[SugarColumn( ColumnDescription = "鍖哄煙",IsNullable =true)]
public int Station_Area { get; set; }
@@ -65,26 +65,33 @@
/// <summary>
/// 杩囬亾鍦板潃姣�1
/// </summary>
- [SugarColumn(Length = 255, ColumnDescription = "杩囬亾鍦板潃姣�1")]
- public string MotherCarDeviceCode { get; set; }
+ [SugarColumn(Length = 50, ColumnDescription = "杩囬亾鍦板潃姣�1")]
+ public int MotherCarDeviceCode { get; set; }
/// <summary>
/// 杩囬亾鍦板潃姣�2
/// </summary>
- [SugarColumn(Length = 255, ColumnDescription = "杩囬亾鍦板潃姣�2")]
- public string MotherCardeputy { get; set; }
+ [SugarColumn(Length = 50, ColumnDescription = "杩囬亾鍦板潃姣�2")]
+ public int MotherCardeputy { get; set; }
/// <summary>
/// 姣嶅湴鍧�锛堝鏍囧爢鍨涙満鍙栬揣鍙o級
/// </summary>
- [SugarColumn(Length = 255, ColumnDescription = "姣嶅湴鍧�")]
- public string Motherinlaw { get; set; }
-
+ [SugarColumn(Length = 50, ColumnDescription = "姣嶅湴鍧�")]
+ public int Motherinlaw { get; set; }
+
/// <summary>
/// 瀛愬湴鍧�锛堝鏍囪繃閬撶珯鍙�)
/// </summary>
- [SugarColumn(Length = 255, ColumnDescription = "瀛愬湴鍧�")]
- public string ZicheMotherinlaw { get; set; }
+ [SugarColumn(Length = 50, ColumnDescription = "瀛愬湴鍧�")]
+ public int ZicheMotherinlaw { get; set; }
+
+
+ /// <summary>
+ /// HCJ瀛樻斁鐐�
+ /// </summary>
+ [SugarColumn(Length = 50, ColumnDescription = "HCJ瀛樻斁鐐�")]
+ public int HCJStorageaddress { get; set; }
}
--
Gitblit v1.9.3