From 383548796fc909758ff107382134fa96b8b11366 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 09 一月 2025 17:19:29 +0800 Subject: [PATCH] 更新U9实体 --- Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs b/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs index 7110e09..c3ebbaf 100644 --- a/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs +++ b/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs @@ -148,10 +148,12 @@ #region 铏氭嫙灞炴�� /*渚嬪瓙 [SugarColumn(IsIgnore = true)] - public string FieldName { get; set; } + public string FieldName { get; set; } LEVEL */ [SugarColumn(IsIgnore = true)] public string FLOW_SN { get; set; } + [SugarColumn(IsIgnore = true)] + public int LEVEL { get; set; } #endregion #region 澶栭敭灞炴�� -- Gitblit v1.9.3