From a8627a98b82d2364cbe849ca746e72fbab9916e5 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 21 五月 2025 17:31:14 +0800 Subject: [PATCH] 重构代码修复事务问题,测试完善后台盘点功能 --- Models/TN_Container.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Models/TN_Container.cs b/Models/TN_Container.cs index 4f0cc79..d34d913 100644 --- a/Models/TN_Container.cs +++ b/Models/TN_Container.cs @@ -1,7 +1,7 @@ using SqlSugar; using System.Collections.Generic; -namespace HH.WCS.Mobox3.AnGang.Models { +namespace HH.WCS.Mobox3.AnGang.models { [SugarTable("TN_Container")] public class TN_Container : BaseModel { public string S_CODE { get; set; } -- Gitblit v1.9.1