From f8d23dcf8d6501482db1a5180325194232afe96c Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 18 七月 2025 17:30:09 +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