From 35fac8d74d298c51f9c22596ebcc51e2943b3f28 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 31 十二月 2024 15:07:16 +0800 Subject: [PATCH] 增加条码类型实体 --- Tiger.Model.Net/Entitys/BAS/BAS_ITEM.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/BAS/BAS_ITEM.cs b/Tiger.Model.Net/Entitys/BAS/BAS_ITEM.cs index 2d85227..7c0851f 100644 --- a/Tiger.Model.Net/Entitys/BAS/BAS_ITEM.cs +++ b/Tiger.Model.Net/Entitys/BAS/BAS_ITEM.cs @@ -124,6 +124,11 @@ [DisplayName("鏉$爜瑙勫垯缂栫爜")] public string RULE_CODE { get; set; } /// <summary> + /// 榛樿宸ヨ壓璺嚎缂栫爜 + /// </summary> + [DisplayName("榛樿宸ヨ壓璺嚎缂栫爜")] + public string DEFAULT_ROUTE { get; set; } + /// <summary> /// 澶囨敞 /// </summary> [DisplayName("澶囨敞")] -- Gitblit v1.9.3