From f2fb67bf0cf463eb020599342f5e0476356821d8 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 02 一月 2025 14:58:29 +0800 Subject: [PATCH] Rename BAS_LABEL_PV to BAS_PROCESS_VAR --- Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs b/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs index 18a301d..c3ebbaf 100644 --- a/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs +++ b/Tiger.Model.Net/Entitys/MES/MES_WIP_PKG.cs @@ -84,6 +84,16 @@ [DisplayName("宸ヨ壓璺嚎鑺傜偣鍚嶇О")] public string NODE_NAME { get; set; } /// <summary> + /// 宸ュ簭琛屼负ID + /// </summary> + [DisplayName("宸ュ簭琛屼负ID")] + public string ACT_ID { get; set; } + /// <summary> + /// 琛屼负鍚嶇О + /// </summary> + [DisplayName("琛屼负鍚嶇О")] + public string ACT_NAME { get; set; } + /// <summary> /// 宸ュ巶缂栫爜 /// </summary> [DisplayName("宸ュ巶缂栫爜")] @@ -138,10 +148,12 @@ #region 铏氭嫙灞炴�� /*渚嬪瓙 [SugarColumn(IsIgnore = true)] - public string FieldName { get; set; } + public string FieldName { get; set; } LEVEL */ [SugarColumn(IsIgnore = true)] - public string ACT_ID { get; set; } + public string FLOW_SN { get; set; } + [SugarColumn(IsIgnore = true)] + public int LEVEL { get; set; } #endregion #region 澶栭敭灞炴�� -- Gitblit v1.9.3