From 234e0265fbed611b20f0903bb69fbf0bd5417c1c Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 10 十一月 2025 15:51:22 +0800
Subject: [PATCH] 最新
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_Repair.cs | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_Repair.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_Repair.cs"
index b5ba0e7..2dfed76 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_Repair.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_Repair.cs"
@@ -26,8 +26,8 @@
/// 鎵樼洏缂栧彿
/// </summary>
[ImporterHeader(Name = "鎵樼洏缂栧彿")]
- [ExporterHeader(DisplayName = "鎵樼洏缂栧彿", IsIgnore = true)]
- [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
+ [ExporterHeader(DisplayName = "鎵樼洏缂栧彿", IsIgnore = false)]
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
public string Current_PalletCode { get; set; }
/// <summary>
@@ -35,7 +35,7 @@
/// </summary>
[ImporterHeader(Name = "杞︾粍鍙�")]
[ExporterHeader(DisplayName = "杞︾粍鍙�", IsIgnore = true)]
- [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "杞︾粍鍙�")]
+ [SugarColumn(IsNullable = true, Length = 10, ColumnDescription = "杞︾粍鍙�")]
public string Current_Carset { get; set; }
/// <summary>
@@ -43,7 +43,7 @@
/// </summary>
[ImporterHeader(Name = "杞﹀彿")]
[ExporterHeader(DisplayName = "杞﹀彿", IsIgnore = true)]
- [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "杞﹀彿")]
+ [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "杞﹀彿")]
public string Current_Models { get; set; }
/// <summary>
@@ -51,7 +51,7 @@
/// </summary>
[ImporterHeader(Name = "鍚嶇О")]
[ExporterHeader(DisplayName = "鍚嶇О", IsIgnore = true)]
- [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鍚嶇О")]
+ [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "鍚嶇О")]
public string Current_Parts { get; set; }
/// <summary>
@@ -59,7 +59,7 @@
/// </summary>
[ImporterHeader(Name = "鏁伴噺")]
[ExporterHeader(DisplayName = "鏁伴噺", IsIgnore = true)]
- [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鏁伴噺")]
+ [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "鏁伴噺")]
public int Current_count { get; set; }
/// <summary>
@@ -67,14 +67,14 @@
/// </summary>
[ImporterHeader(Name = "杞﹀瀷")]
[ExporterHeader(DisplayName = "杞﹀瀷", IsIgnore = true)]
- [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "杞﹀瀷")]
+ [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "杞﹀瀷")]
public string Current_Vehiclenumber { get; set; }
/// <summary>
/// 鐘舵��
/// </summary>
[ImporterHeader(Name = "鐘舵��")]
[ExporterHeader(DisplayName = "鐘舵��", IsIgnore = true)]
- [SugarColumn(IsNullable = false, ColumnDescription = "鐘舵��")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "鐘舵��")]
public int Current_Static { get; set; }
/// <summary>
@@ -82,7 +82,7 @@
/// </summary>
[ImporterHeader(Name = "鍒涘缓浜�")]
[ExporterHeader(DisplayName = "鍒涘缓浜�", IsIgnore = true)]
- [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍒涘缓浜�")]
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍒涘缓浜�")]
public string Creater { get; set; }
/// <summary>
@@ -90,7 +90,7 @@
/// </summary>
[ImporterHeader(Name = "鍒涘缓鏃堕棿")]
[ExporterHeader(DisplayName = "鍒涘缓鏃堕棿", IsIgnore = true)]
- [SugarColumn(IsNullable = false, ColumnDescription = "鍒涘缓鏃堕棿")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "鍒涘缓鏃堕棿")]
public DateTime CreateDate { get; set; } = DateTime.Now;
/// <summary>
--
Gitblit v1.9.3