From 218131c80ef5d3f11345dc78d170cfa3a6babb0f Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 09 三月 2025 01:53:32 +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