From 8dfeb952db4c7a7b24ed658341c59d4b99f3494e Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 11 三月 2025 09:24:31 +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