From 2d3ee03961d6cfbde70342e8a97bc7b05d0b0dc3 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 21 七月 2025 17:27:34 +0800 Subject: [PATCH] 优化代码, 封装货位锁和创建任务流程, 数据库事务等 --- models/TN_RelocationList_Detail.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/models/TN_RelocationList_Detail.cs b/models/TN_RelocationList_Detail.cs index 1977cb8..7f365a4 100644 --- a/models/TN_RelocationList_Detail.cs +++ b/models/TN_RelocationList_Detail.cs @@ -4,7 +4,13 @@ using System.Text; using System.Threading.Tasks; +using SqlSugar; + namespace HH.WCS.Mobox3.DSZSH.models { + /// <summary> + /// 绉诲簱鍗曟槑缁�+ /// </summary> + [SugarTable("TN_RelocationList_Detail")] public class TN_RelocationList_Detail : BaseModel { public string S_OO_NO { get; set; } public string S_ITEM_CODE { get; set; } @@ -17,7 +23,7 @@ public string S_BATCH_NO { get; set; } public string S_END_AREA { get; set; } /// <summary> - /// 涓氬姟鐘舵�锛�绛夊緟鎵ц 1宸叉墽琛屽緟鐢熸垚浠诲姟 2浠诲姟鎵ц涓�3浠诲姟瀹屾垚 + /// 涓氬姟鐘舵�:0绛夊緟鎵ц 1宸叉墽琛屽緟鐢熸垚浠诲姟 2浠诲姟鎵ц涓�3浠诲姟瀹屾垚 /// </summary> public int N_B_STATE { get; set; } = 1; // 鍒涘缓鍗虫墽琛� } -- Gitblit v1.9.1