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_Relocation_List.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/models/TN_Relocation_List.cs b/models/TN_Relocation_List.cs index ff76c85..076e995 100644 --- a/models/TN_Relocation_List.cs +++ b/models/TN_Relocation_List.cs @@ -4,7 +4,13 @@ using System.Text; using System.Threading.Tasks; +using SqlSugar; + namespace HH.WCS.Mobox3.DSZSH.models { + /// <summary> + /// 绉诲簱鍗�+ /// </summary> + [SugarTable("TN_Relocation_List")] public class TN_Relocation_List : BaseModel { public string S_NO { get; set; } //public string S_ITEM_CODE { get; set; } @@ -13,7 +19,7 @@ //public int N_COUNT { 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; } = 0; // 鍒涘缓鍚庨渶瑕佺‘璁ゆ墽琛� } -- Gitblit v1.9.1