From 541572199581a80979ec3b62245eb522542a7b15 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 12 一月 2026 10:34:17 +0800
Subject: [PATCH] 更新AGV任务取消

---
 项目代码/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 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..f13d983 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;
@@ -9,86 +10,109 @@
 namespace WIDESEAWCS_Model.Models
 {
     /// <summary>
-    /// 璐т綅淇℃伅
+    /// 搴撲綅淇℃伅
     /// </summary>
-    [SugarTable(nameof(Dt_LocationInfo), "璐т綅淇℃伅")]
+    [SugarTable(nameof(Dt_LocationInfo), "搴撲綅淇℃伅")]
     public class Dt_LocationInfo : BaseEntity
     {
         /// <summary>
         /// 涓婚敭
         /// </summary>
+        [ExporterHeader(DisplayName = "涓婚敭")]
         [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
         public int Id { get; set; }
 
         /// <summary>
         /// 搴撳尯缂栧彿
         /// </summary>
+        [ExporterHeader(DisplayName = "搴撳尯缂栧彿")]
         [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 = "璐т綅鐘舵��(0:绌洪棽;1:閿佸畾;100:鏈夎揣)")]
+        [ExporterHeader(DisplayName = "璐т綅鐘舵��(0:绌洪棽;1:閿佸畾;100:鏈夎揣)")]
         [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "璐т綅鐘舵��")]
         public int LocationStatus {  get; set; }
 
         /// <summary>
         /// 绂佺敤鐘舵��
         /// </summary>
+        [ImporterHeader(Name = "绂佺敤鐘舵��(0:姝e父;3:绂佺敤)")]
+        [ExporterHeader(DisplayName = "绂佺敤鐘舵��(0:姝e父;3:绂佺敤)")]
         [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "绂佺敤鐘舵��")]
         public int EnableStatus { get; set; }
 
         /// <summary>
         /// 澶囨敞
         /// </summary>
+        [ExporterHeader(DisplayName = "澶囨敞")]
         [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "澶囨敞")]
         public string Remark {  get; set; }
     }

--
Gitblit v1.9.3