From 0c0309afae85b72746bd2431c10c7f5982e210e3 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 30 四月 2025 17:46:44 +0800 Subject: [PATCH] 一些更改 --- 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