From f1d726e3de8f15cdfe30d4ca5fbba733d73a1e56 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期六, 17 一月 2026 09:58:33 +0800
Subject: [PATCH] 同步
---
项目代码/WMS/WMSServer/WIDESEA_Model/Models/BasicModel/Dt_PalletStockInfo.cs | 138 ++++++++++++++++++++++++++-------------------
1 files changed, 79 insertions(+), 59 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/BasicModel/Dt_PalletStockInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/BasicModel/Dt_PalletStockInfo.cs"
index 1892520..2010ed9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/BasicModel/Dt_PalletStockInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/BasicModel/Dt_PalletStockInfo.cs"
@@ -20,6 +20,21 @@
[SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
public int Id { 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, Length = 20, ColumnDescription = "璐т綅缂栧彿")]
+ public string LocationCode { get; set; }
/// <summary>
/// PVI鐮�
@@ -38,71 +53,28 @@
public string PalletCode { get; set; }
/// <summary>
- /// 杞﹁韩绫诲瀷
+ /// 杞﹀瀷
+ /// </summary>
+ [ImporterHeader(Name = "杞﹀瀷")]
+ [ExporterHeader(DisplayName = "杞﹀瀷")]
+ [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "杞﹀瀷")]
+ public string vehicleCharacteristic { get; set; }
+
+ /// <summary>
+ /// 杞﹁韩绫诲瀷 1-鐧� 2-褰� 3-绌烘粦姗� 4-绌烘挰缁�
/// </summary>
[ImporterHeader(Name = "杞﹁韩绫诲瀷")]
[ExporterHeader(DisplayName = "杞﹁韩绫诲瀷")]
- [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "杞﹁韩绫诲瀷")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "杞﹁韩绫诲瀷")]
public int CarType { 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, Length = 20, ColumnDescription = "璐т綅缂栧彿")]
- public string LocationCode { get; set; }
-
- /// <summary>
- /// 鎷夊姩閿佸畾
- /// </summary>
- [ImporterHeader(Name = "鎷夊姩閿佸畾")]
- [ExporterHeader(DisplayName = "鎷夊姩閿佸畾")]
- [SugarColumn(IsNullable = true, ColumnDescription = "鎷夊姩閿佸畾")]
- public int LockOrder { get; set; }
-
-
- /// <summary>
- /// 鎵�灞炲伐鍗�(棰勭粦瀹�)
- /// </summary>
- [ImporterHeader(Name = "鎵�灞炲伐鍗�")]
- [ExporterHeader(DisplayName = "鎵�灞炲伐鍗�")]
- [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "鎵�灞炲伐鍗�")]
- public string OrderID { get; set; }
-
- /// <summary>
- /// 搴撳瓨鐘舵��
- /// </summary>
- [ImporterHeader(Name = "搴撳瓨鐘舵��")]
- [ExporterHeader(DisplayName = "搴撳瓨鐘舵��")]
- [SugarColumn(IsNullable = true, ColumnDescription = "搴撳瓨鐘舵��")]
- public int StockStatus { get; set; }
-
- /// <summary>
- /// 宸ュ崟绫诲瀷
- /// </summary>
- [ImporterHeader(Name = "宸ュ崟绫诲瀷")]
- [ExporterHeader(DisplayName = "宸ュ崟绫诲瀷")]
- [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "宸ュ崟绫诲瀷")]
+ [ImporterHeader(Name = "璁㈠崟绫诲瀷")]
+ [ExporterHeader(DisplayName = "璁㈠崟绫诲瀷")]
+ [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璁㈠崟绫诲瀷")]
public string orderType { get; set; }
-
-
- /// <summary>
- /// 杞﹁韩棰滆壊
- /// </summary>
- [ImporterHeader(Name = "杞﹁韩棰滆壊")]
- [ExporterHeader(DisplayName = "杞﹁韩棰滆壊")]
- [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "杞﹁韩棰滆壊")]
- public string CarColor { get; set; }
-
/// <summary>
/// 澶╃獥鐗瑰緛
@@ -111,6 +83,14 @@
[ExporterHeader(DisplayName = "澶╃獥鐗瑰緛")]
[SugarColumn(IsNullable = true, Length = 40, ColumnDescription = "澶╃獥鐗瑰緛")]
public string skylight { get; set; }
+
+ /// <summary>
+ /// 杞﹁韩棰滆壊
+ /// </summary>
+ [ImporterHeader(Name = "杞﹁韩棰滆壊")]
+ [ExporterHeader(DisplayName = "杞﹁韩棰滆壊")]
+ [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "杞﹁韩棰滆壊")]
+ public string CarColor { get; set; }
/// <summary>
/// 鐧借溅韬墿鏂欏彿
@@ -129,11 +109,51 @@
public string pbMaterial { get; set; }
/// <summary>
+ /// 鐒婅涓婄嚎鏃堕棿
+ /// </summary>
+ [ImporterHeader(Name = "鐒婅涓婄嚎鏃堕棿")]
+ [ExporterHeader(DisplayName = "鐒婅涓婄嚎鏃堕棿")]
+ [SugarColumn(IsNullable = true, Length = 40, ColumnDescription = "鐒婅涓婄嚎鏃堕棿")]
+ public string biwInPassTime { get; set; }
+
+ /// <summary>
+ /// 閿佸畾鐘舵�� 0-鏈攣瀹� 1-閿佸畾
+ /// </summary>
+ [ImporterHeader(Name = "閿佸畾鐘舵��")]
+ [ExporterHeader(DisplayName = "閿佸畾鐘舵��")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "閿佸畾鐘舵��")]
+ public int StockStatus { get; set; }
+
+ /// <summary>
+ /// 鎷夊姩閿佸畾 0-鏈媺鍔� 1-鎷夊姩
+ /// </summary>
+ [ImporterHeader(Name = "鎷夊姩閿佸畾")]
+ [ExporterHeader(DisplayName = "鎷夊姩閿佸畾")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "鎷夊姩閿佸畾")]
+ public int LockOrder { get; set; }
+
+ /// <summary>
+ /// 浠诲姟鐘舵�� 0-鏃犱换鍔� 1-浠诲姟涓�
+ /// </summary>
+ [ImporterHeader(Name = "浠诲姟鐘舵��")]
+ [ExporterHeader(DisplayName = "浠诲姟鐘舵��")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟鐘舵��")]
+ public int TaskStatus { get; set; }
+
+ /// <summary>
/// 淇濈暀鐘舵��
/// </summary>
[ImporterHeader(Name = "淇濈暀鐘舵��")]
[ExporterHeader(DisplayName = "淇濈暀鐘舵��")]
- [SugarColumn(IsNullable = true, Length = 40, ColumnDescription = "淇濈暀鐘舵��")]
- public string StayStatus { get; set; }
+ [SugarColumn(IsNullable = true, ColumnDescription = "淇濈暀鐘舵��")]
+ public int StayStatus { get; set; }
+
+ /// <summary>
+ /// 鎵�灞炲伐鍗�(棰勭粦瀹�)
+ /// </summary>
+ [ImporterHeader(Name = "鎵�灞炲伐鍗�")]
+ [ExporterHeader(DisplayName = "鎵�灞炲伐鍗�")]
+ [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "鎵�灞炲伐鍗�")]
+ public string OrderID { get; set; }
}
}
\ No newline at end of file
--
Gitblit v1.9.3