From 34012288573b87c2250cc4236d5b23ea17b6fb8a Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期四, 06 二月 2025 14:22:08 +0800
Subject: [PATCH] 1.其他出库优化 2.其他出库条码限制取消

---
 entity/MesInvItemIns.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/entity/MesInvItemIns.cs b/entity/MesInvItemIns.cs
index cf3b109..b1a8dc6 100644
--- a/entity/MesInvItemIns.cs
+++ b/entity/MesInvItemIns.cs
@@ -208,7 +208,7 @@
     ///     榛樿鍊�: ((0))
     /// </summary>
     [SugarColumn(ColumnName = "URGENT_FLAG")]
-    public byte? UrgentFlag { get; set; }
+    public string? UrgentFlag { get; set; }
 
     /// <summary>
     /// </summary>

--
Gitblit v1.9.3