From 48654bac6d758d6426a0e659a7d7bd08634acfc8 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期四, 12 六月 2025 17:15:49 +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