From 74ca5a83f24c53c48ad7e6f5b7739649fb411546 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期四, 17 七月 2025 17:19:53 +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