From 733c975cd8647f6d006736f1863bad731e32e6fb Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期日, 26 十月 2025 17:15:52 +0800
Subject: [PATCH] 上传最新代码,ERP接口,MES接口优化,WMS业务优化等
---
项目代码/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_AGVStationInfo.cs | 21 +++++++++------------
1 files changed, 9 insertions(+), 12 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_AGVStationInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_AGVStationInfo.cs"
index c35ba85..b4e37b0 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_AGVStationInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_AGVStationInfo.cs"
@@ -20,20 +20,10 @@
[SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
public int Id { get; set; }
/// <summary>
- /// AGV绔欑偣缂栧彿
+ /// 绔欑偣缂栧彿
/// </summary>
- [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "AGV绔欑偣缂栧彿")]
+ [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "绔欑偣缂栧彿")]
public string AGVStationCode { get; set; }
- /// <summary>
- /// AGV绔欑偣鍙栨斁楂樺害
- /// </summary>
- [SugarColumn(IsNullable = true, ColumnDescription = "AGV绔欏彴鍙栨斁楂樺害")]
- public decimal AGVStationHeight { get; set; }
- /// <summary>
- /// 鍓嶇疆鐐�
- /// </summary>
- [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍓嶇疆鐐�")]
- public string AGVFrontCode { get; set; }
/// <summary>
/// 鍖哄煙
/// </summary>
@@ -44,6 +34,13 @@
/// </summary>
[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "MES瀵瑰簲鍛ㄨ浆浣�")]
public string MESPointCode { get; set; }
+
+ /// <summary>
+ /// 娣变綅
+ /// </summary>
+ [SugarColumn(IsNullable = true, ColumnDescription = "娣变綅")]
+ public int Depth { get; set; }
+
/// <summary>
/// 鏄惁鍗犵敤
/// </summary>
--
Gitblit v1.9.3