From fba48d2d676cd9b6d493163aef9d87f6e5090aee Mon Sep 17 00:00:00 2001
From: 如洲 陈 <1278080563@qq.com>
Date: 星期五, 12 九月 2025 19:02:00 +0800
Subject: [PATCH] 出库检和退货检验
---
MES.Service/Modes/MesRohInData.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/MES.Service/Modes/MesRohInData.cs b/MES.Service/Modes/MesRohInData.cs
index 5b63762..759fb6c 100644
--- a/MES.Service/Modes/MesRohInData.cs
+++ b/MES.Service/Modes/MesRohInData.cs
@@ -357,5 +357,9 @@
[SugarColumn(ColumnName = "BILLNOTYPE")]
public string? Billnotype { get; set; }
-
+ /// <summary>
+ /// 鎬ユ枡
+ /// </summary>
+ [SugarColumn(ColumnName = "URGENT_MATERIAL")]
+ public string? URGENT_MATERIAL { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3