From b466b3135cd7f3b08f570efda0ffb691daff5270 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 05 十二月 2025 18:15:16 +0800
Subject: [PATCH] 一期输送线代码及AGV请求等

---
 项目代码/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 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 615e8ee..fbf51af 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"
@@ -1,4 +1,5 @@
-锘縰sing SqlSugar;
+锘縰sing Magicodes.ExporterAndImporter.Core;
+using SqlSugar;
 using System;
 using System.Collections.Generic;
 using System.Linq;
@@ -17,78 +18,104 @@
         /// <summary>
         /// 涓婚敭
         /// </summary>
+        [ImporterHeader(Name = "涓婚敭")]
+        [ExporterHeader(DisplayName = "涓婚敭")]
         [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
         public int Id { get; set; }
 
         /// <summary>
         /// 搴撳尯缂栧彿
         /// </summary>
+        [ImporterHeader(IsIgnore = true)]
+        [ExporterHeader(IsIgnore = true)]
         [SugarColumn(IsNullable = false, ColumnDescription = "搴撳尯缂栧彿")]
         public int WarehouseId { get; set; }
 
         /// <summary>
         /// 鏂欑缂栧彿
         /// </summary>
+        [ImporterHeader(Name = "鏂欑缂栧彿")]
+        [ExporterHeader(DisplayName = "鏂欑缂栧彿")]
         [SugarColumn(IsNullable = false, ColumnDescription = "鏂欑缂栧彿")]
         public string PalletCode { get; set; }
 
         /// <summary>
         /// 璐т綅缂栧彿
         /// </summary>
+        [ImporterHeader(Name = "璐т綅缂栧彿")]
+        [ExporterHeader(DisplayName = "璐т綅缂栧彿")]
         [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "璐т綅缂栧彿")]
         public string LocationCode {  get; set; }
 
         /// <summary>
         /// 璐т綅鍚嶇О
         /// </summary>
+        [ImporterHeader(Name = "璐т綅鍚嶇О")]
+        [ExporterHeader(DisplayName = "璐т綅鍚嶇О")]
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "璐т綅鍚嶇О")]
         public string LocationName { get; set; }
 
         /// <summary>
         /// 宸烽亾缂栧彿
         /// </summary>
+        [ImporterHeader(Name = "宸烽亾缂栧彿")]
+        [ExporterHeader(DisplayName = "宸烽亾缂栧彿")]
         [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "宸烽亾缂栧彿")]
         public string RoadwayNo {  get; set; }
 
         /// <summary>
         /// 璐т綅琛�
         /// </summary>
+        [ImporterHeader(Name = "璐т綅琛�")]
+        [ExporterHeader(DisplayName = "璐т綅琛�")]
         [SugarColumn(IsNullable = true, ColumnDescription = "璐т綅琛�")]
         public int Row {  get; set; }
 
         /// <summary>
         /// 璐т綅鍒�
         /// </summary>
+        [ImporterHeader(Name = "璐т綅鍒�")]
+        [ExporterHeader(DisplayName = "璐т綅鍒�")]
         [SugarColumn(IsNullable = true, ColumnDescription = "璐т綅鍒�")]
         public int Columns { get; set; }
 
         /// <summary>
         /// 璐т綅灞�
         /// </summary>
+        [ImporterHeader(Name = "璐т綅灞�")]
+        [ExporterHeader(DisplayName = "璐т綅灞�")]
         [SugarColumn(IsNullable = true, ColumnDescription = "璐т綅灞�")]
         public int Layer {  get; set; }
 
         /// <summary>
         /// AGV鍙栬揣鐐�
         /// </summary>
+        [ImporterHeader(Name = "AGV鍙栬揣鐐�")]
+        [ExporterHeader(DisplayName = "AGV鍙栬揣鐐�")]
         [SugarColumn(IsNullable = true, ColumnDescription = "AGV鍙栬揣鐐�")]
         public string AgvPoint { get; set; }
 
         /// <summary>
         /// 璐т綅鐘舵��
         /// </summary>
+        [ImporterHeader(Name = "璐т綅鐘舵��")]
+        [ExporterHeader(DisplayName = "璐т綅鐘舵��")]
         [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "璐т綅鐘舵��")]
         public int LocationStatus {  get; set; }
 
         /// <summary>
         /// 绂佺敤鐘舵��
         /// </summary>
+        [ImporterHeader(Name = "绂佺敤鐘舵��")]
+        [ExporterHeader(DisplayName = "绂佺敤鐘舵��")]
         [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "绂佺敤鐘舵��")]
         public int EnableStatus { get; set; }
 
         /// <summary>
         /// 澶囨敞
         /// </summary>
+        [ImporterHeader(Name = "澶囨敞")]
+        [ExporterHeader(DisplayName = "澶囨敞")]
         [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "澶囨敞")]
         public string Remark {  get; set; }
     }

--
Gitblit v1.9.3