From 87422530bec9baf531d2e0715b9c786a4d35667f Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 02 一月 2025 15:59:44 +0800 Subject: [PATCH] Add new properties and classes for process and code handling --- Tiger.Model.Net/Entitys/BAS/BAS_CODE_RULE.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/BAS/BAS_CODE_RULE.cs b/Tiger.Model.Net/Entitys/BAS/BAS_CODE_RULE.cs index 155810a..7fd57f1 100644 --- a/Tiger.Model.Net/Entitys/BAS/BAS_CODE_RULE.cs +++ b/Tiger.Model.Net/Entitys/BAS/BAS_CODE_RULE.cs @@ -44,6 +44,16 @@ /// </summary> public int PRIORITY { get; set; } /// <summary> + /// 鏄惁鍚敤(Y/N) + /// </summary> + [DisplayName("鏄惁鍚敤(Y/N)")] + public string IS_ACTIVE { get; set; } + /// <summary> + /// 鏉$爜娈靛垎闅旂 + /// </summary> + [DisplayName("鏉$爜娈靛垎闅旂")] + public string SEPARATOR { get; set; } + /// <summary> /// 鏉$爜闀垮害 /// </summary> public int CODE_LENGTH { get; set; } -- Gitblit v1.9.3