From f248d4a25fb196149c9add083e74252d7334b37d Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期四, 05 六月 2025 17:31:45 +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