From b928a2f0011fc867d7d219cfff4b764250f5b778 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 09 七月 2025 17:03:08 +0800 Subject: [PATCH] 修复查交互表更新终点的流程,添加绑定货位写入物料明细表 --- models/TN_CG_Detail.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/TN_CG_Detail.cs b/models/TN_CG_Detail.cs index e09a2a9..eb02d7a 100644 --- a/models/TN_CG_Detail.cs +++ b/models/TN_CG_Detail.cs @@ -14,7 +14,7 @@ /// 璐у搧 ID /// </summary> public string S_CG_ID { get; set; } = ""; - + public string S_CNTR_CODE { get; set; } = "";//瀹瑰櫒缂栫爜 public string S_ITEM_CODE { get; set; } = "";//璐у搧缂栫爜 @@ -40,7 +40,7 @@ /// </summary> public float F_QTY { get; set; } = 0f; - + public string S_LOC_CODE { get; set; } } } -- Gitblit v1.9.1