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_Container.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/models/TN_Container.cs b/models/TN_Container.cs index 8805c0a..c583a63 100644 --- a/models/TN_Container.cs +++ b/models/TN_Container.cs @@ -10,6 +10,10 @@ public class TN_Container : BaseModel { public string S_CODE { get; set; } + public string S_TYPE { get; set; } + + public string S_SPEC { get; set; } + public int N_DETAIL_COUNT { get; set; } [SugarColumn(IsIgnore = true)] -- Gitblit v1.9.1