From 43975e6d2acae02392592e312502280457854b2d Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 12 五月 2025 13:22:38 +0800 Subject: [PATCH] 一些更改 --- 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