From f2b85c65234e0dcdd3fcce4dafbe16933b7f1b48 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期日, 30 十一月 2025 04:22:51 +0800
Subject: [PATCH] 出入库流程代码更新
---
项目代码/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs"
index 02e3f0a..615e8ee 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs"
@@ -21,10 +21,16 @@
public int Id { get; set; }
/// <summary>
- /// 浠撳簱缂栧彿
+ /// 搴撳尯缂栧彿
/// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "浠撳簱缂栧彿")]
+ [SugarColumn(IsNullable = false, ColumnDescription = "搴撳尯缂栧彿")]
public int WarehouseId { get; set; }
+
+ /// <summary>
+ /// 鏂欑缂栧彿
+ /// </summary>
+ [SugarColumn(IsNullable = false, ColumnDescription = "鏂欑缂栧彿")]
+ public string PalletCode { get; set; }
/// <summary>
/// 璐т綅缂栧彿
@@ -63,10 +69,10 @@
public int Layer { get; set; }
/// <summary>
- /// 璐т綅绫诲瀷
+ /// AGV鍙栬揣鐐�
/// </summary>
- [SugarColumn(IsNullable = true, ColumnDescription = "璐т綅绫诲瀷")]
- public int LocationType { get; set; }
+ [SugarColumn(IsNullable = true, ColumnDescription = "AGV鍙栬揣鐐�")]
+ public string AgvPoint { get; set; }
/// <summary>
/// 璐т綅鐘舵��
--
Gitblit v1.9.3