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_Location.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Models/TN_Location.cs b/Models/TN_Location.cs index 4674e6d..f0b724f 100644 --- a/Models/TN_Location.cs +++ b/Models/TN_Location.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_Location")] public class TN_Location : BaseModel { -- Gitblit v1.9.1