From 7630f581e6ed2fabd50ab6ecd444691f1e99b881 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 25 十一月 2024 16:35:47 +0800 Subject: [PATCH] 工单暂停逻辑更新,WorkBatch更新工单更新 --- 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