From eff4c14d88d9240f908dfd7f482f87b2a92f9d0c Mon Sep 17 00:00:00 2001 From: hudong <Administrator@PC-20250329JZUF> Date: 星期二, 10 六月 2025 17:15:35 +0800 Subject: [PATCH] 1其他出入庫接口代码超时优化 2.领料单接口优化 3.任务状态类型修改 4.空旷出入库逻辑优化 --- models/TN_Ll_detail.cs | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/models/TN_Ll_detail.cs b/models/TN_Ll_detail.cs index 078d0a9..16a1bc4 100644 --- a/models/TN_Ll_detail.cs +++ b/models/TN_Ll_detail.cs @@ -35,9 +35,7 @@ /// </summary> public string S_ITEM_CODE { get; set; } public string S_CGPZH { get; set; } - public string -S_CGPZXMBH - { get; set; } + public string S_CGPZXMBH { get; set; } /// <summary> /// 物料名称 /// </summary> -- Gitblit v1.9.1