From afd0f03dac38e56bfdd60b03f197fb9bf5c1eda4 Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期四, 19 六月 2025 17:29:00 +0800
Subject: [PATCH] 取消任务,不删除容器货品明细

---
 models/TN_DayProDetail.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/models/TN_DayProDetail.cs b/models/TN_DayProDetail.cs
index 8cba30d..e7d84ce 100644
--- a/models/TN_DayProDetail.cs
+++ b/models/TN_DayProDetail.cs
@@ -10,7 +10,7 @@
     /// <summary>
     /// 姣忔棩浜ч噺鍚堣
     /// </summary>
-    [SugarTable("TN_DayProDetail")]
+    [SugarTable("TN_TN_DayProDetail")]
     public class TN_DayProDetail : BaseModel
     {
         /// <summary>
@@ -19,6 +19,11 @@
         public DateTime DAYTIME { get; set; }
 
         /// <summary>
+        /// 瑙勬牸
+        /// </summary>
+        public string SPEC { get; set; }
+
+        /// <summary>
         /// 鎬婚噸閲�         /// </summary>
         public float WEIGHT { get; set; }

--
Gitblit v1.9.1