From fc6dd85a865c4cadae0b9a07d56e2988d2262f10 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期二, 22 七月 2025 17:28:52 +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