From a824b8140c6952a361aaf91f60e8dabf92753bb3 Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期二, 27 五月 2025 17:30:58 +0800
Subject: [PATCH] 双钱-日周月年产量记录表增加规格字段,WMS库存管理表增加距离过期还剩多少天字段

---
 models/TN_MonthProDetail.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/models/TN_MonthProDetail.cs b/models/TN_MonthProDetail.cs
index b8ea43a..0f0a3b2 100644
--- a/models/TN_MonthProDetail.cs
+++ b/models/TN_MonthProDetail.cs
@@ -10,7 +10,7 @@
     /// <summary>
     /// 姣忔湀浜ч噺鍚堣
     /// </summary>
-    [SugarTable("TN_MonthProDetail")]
+    [SugarTable("TN_TN_MonthProDetail")]
     public class TN_MonthProDetail : BaseModel
     {
         /// <summary>
@@ -19,7 +19,12 @@
         public DateTime DAYTIME { get; set; }
 
         /// <summary>
-        /// 鎬婚噸閲�+        /// 瑙勬牸
+        /// </summary>
+        public string SPEC { get; set; }
+
+        /// <summary>
+        /// 閲嶉噺
         /// </summary>
         public float WEIGHT { get; set; }
 

--
Gitblit v1.9.1