From 6b9801e47304eac1640cf737ef6bc039ff104dd1 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 23 六月 2025 17:17:39 +0800 Subject: [PATCH] 删除冗余的注释和功能,优化部分代码 --- models/TN_Outbound_Detail.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/models/TN_Outbound_Detail.cs b/models/TN_Outbound_Detail.cs index a2a1b21..aa1a7e1 100644 --- a/models/TN_Outbound_Detail.cs +++ b/models/TN_Outbound_Detail.cs @@ -11,6 +11,10 @@ /// </summary> public string S_OO_NO { get; set; } + public string S_BS_TYPE { get; set; } = string.Empty; // ERP + + public string S_BS_NO { get; set; } = string.Empty; // ERP 鍗曞彿锛堟潵婧愬崟鍙凤級 + /// <summary> /// 涓氬姟鐘舵�锛�寰呮墽琛�1宸蹭笅鍙�2鎵ц涓�3宸插畬鎴� /// </summary> -- Gitblit v1.9.1