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_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