From 37454e625df68d40897112b2e8c2e3cf4d7163e3 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期三, 25 三月 2026 11:43:10 +0800
Subject: [PATCH] 1

---
 项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs |   26 ++++++++++++++++++++------
 1 files changed, 20 insertions(+), 6 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs"
index 6f5a669..7c05659 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs"
@@ -1,6 +1,7 @@
 锘縰sing SqlSugar;
 using System;
 using System.Collections.Generic;
+using System.ComponentModel;
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
@@ -65,7 +66,7 @@
         /// <summary>
         /// 璁㈠崟鏄庣粏鐘舵��
         /// </summary>
-        [SugarColumn(IsNullable = false, ColumnDescription = "璁㈠崟鏄庣粏鐘舵��")]
+        [SugarColumn(IsNullable = false, ColumnDescription = "璁㈠崟鏄庣粏鐘舵��", DefaultValue = "0")]
         public int OrderDetailStatus { get; set; }
 
         /// <summary>
@@ -77,14 +78,14 @@
         /// <summary>
         /// 鏀惰揣鍗曟槑缁嗚鍙�
         /// </summary>
-        [SugarColumn(IsNullable = false, ColumnDescription = "鏀惰揣鍗曟槑缁嗚鍙�")]
+        [SugarColumn(IsNullable = false, ColumnDescription = "鏀惰揣鍗曟槑缁嗚鍙�", DefaultValue = "0")]
         public int RowNo { get; set; }
 
         /// <summary>
         /// 琛屽彿
         /// 榛樿鍊�:
         ///</summary>
-        [SugarColumn(ColumnName = "lineNo", ColumnDescription = "琛屽彿")]
+        [SugarColumn(ColumnName = "lineNo", ColumnDescription = "琛屽彿", DefaultValue = "0")]
         public string? lineNo { get; set; }
 
         /// <summary>
@@ -98,7 +99,7 @@
         /// 浠撳簱
         /// 榛樿鍊�:
         ///</summary>
-        [SugarColumn(ColumnName = "warehouseCode", ColumnDescription = "浠撳簱")]
+        [SugarColumn(ColumnName = "warehouseCode", ColumnDescription = "浠撳簱", DefaultValue = "")]
         public string? WarehouseCode { get; set; }
 
         /// <summary>
@@ -112,7 +113,7 @@
         /// 澶栫鏉$爜
         /// 榛樿鍊�:
         ///</summary>
-        [SugarColumn(ColumnName = "outBoxbarcodes", ColumnDescription = "澶栫鏉$爜")]
+        [SugarColumn(ColumnName = "outBoxbarcodes", ColumnDescription = "澶栫鏉$爜", DefaultValue = "")]
         public string? OutBoxbarcodes { get; set; }
 
         /// <summary>
@@ -130,7 +131,7 @@
         public string BarcodeUnit { get; set; } = null!;
 
         /// <summary>
-        /// 鍥炰紶MES
+        /// 鍥炰紶MES 0鏈洖浼� 1宸插洖浼� 2鍥炰紶澶辫触
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "鍥炰紶MES")]
         public int ReturnToMESStatus { get; set; } = 0;
@@ -144,6 +145,19 @@
         /// <summary>
         /// 铏氭嫙鍑哄叆搴撴暟閲�
         /// </summary>
+        [SugarColumn(IsNullable = true, ColumnDescription = "铏氭嫙鍑哄叆搴撴暟閲�")]
         public decimal NoStockOutQty { get; set; }
+
+        /// <summary>
+        /// 璋冩嫧鍗曡繃鏈熸椂闂�
+        /// </summary>
+        [SugarColumn(IsNullable = true, ColumnDescription = "杩囨湡鏃ユ湡")]
+        public DateTime ValidDate { get; set; }
+
+        /// <summary>
+        /// 鎵樼洏缂栧彿
+        /// </summary>
+        [SugarColumn(IsIgnore = true, IsNullable = true)]
+        public string Pallet { get; set; }
     }
 }

--
Gitblit v1.9.3