From d6ab2389776c0ff60eea173ca1e8d908cceccb65 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期四, 18 九月 2025 13:53:24 +0800
Subject: [PATCH] 物料基础信息 新增 复检周期
---
MES.Service/Modes/MesItems.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/MES.Service/Modes/MesItems.cs b/MES.Service/Modes/MesItems.cs
index d17eae5..3be9550 100644
--- a/MES.Service/Modes/MesItems.cs
+++ b/MES.Service/Modes/MesItems.cs
@@ -320,5 +320,11 @@
[SugarColumn(ColumnName = "COLOR_NAME")]
public string? ColorName { get; set; }
+ /// <summary>
+ /// 澶嶆鍛ㄦ湡
+ /// </summary>
+ [SugarColumn(ColumnName = "F_WWC_FJZQ")]
+ public string? F_wwc_FJZQ { get; set; }
+
[SugarColumn(IsIgnore = true)] public string? Type { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3