From d944fda9f2fbf27d83e8fdf880e8fe5267e1f541 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 04 六月 2025 17:24:13 +0800 Subject: [PATCH] 优化空托空箱入库兼容出库容器回库场景,修复货位容器绑定的类型丢失问题 --- models/TN_RelocationList_Detail.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/models/TN_RelocationList_Detail.cs b/models/TN_RelocationList_Detail.cs index 1977cb8..98d7d8d 100644 --- a/models/TN_RelocationList_Detail.cs +++ b/models/TN_RelocationList_Detail.cs @@ -4,7 +4,13 @@ using System.Text; using System.Threading.Tasks; +using SqlSugar; + namespace HH.WCS.Mobox3.DSZSH.models { + /// <summary> + /// 绉诲簱鍗曟槑缁�+ /// </summary> + [SugarTable("TN_RelocationList_Detail")] public class TN_RelocationList_Detail : BaseModel { public string S_OO_NO { get; set; } public string S_ITEM_CODE { get; set; } -- Gitblit v1.9.1