From 3c193a58c27e245e1a3eaa76d6018342aac2de1b Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期四, 03 七月 2025 17:35:37 +0800 Subject: [PATCH] 双钱-取消任务7和8用一样的逻辑 --- models/TN_MonthProDetail.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/models/TN_MonthProDetail.cs b/models/TN_MonthProDetail.cs index df54725..0f0a3b2 100644 --- a/models/TN_MonthProDetail.cs +++ b/models/TN_MonthProDetail.cs @@ -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