From 419c45d4ae0a1815208c101c3e09788ec1698dc2 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 23 五月 2025 17:28:08 +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