From 810818b52ac65bd701c9582571be23ded5aea776 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 23 十月 2025 14:30:06 +0800
Subject: [PATCH] 不合格后重送检逻辑_2
---
Entites/DbModels/VOrderBycl.cs | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/Entites/DbModels/VOrderBycl.cs b/Entites/DbModels/VOrderBycl.cs
index be2fbec..069798c 100644
--- a/Entites/DbModels/VOrderBycl.cs
+++ b/Entites/DbModels/VOrderBycl.cs
@@ -139,13 +139,13 @@
/// 绋煎姩鐜�
/// </summary>
[SugarColumn(ColumnName = "JDL")]
- public decimal? JDL { get; set; }
+ public double? JDL { get; set; }
/// <summary>
/// 褰撳ぉ浣跨敤鏃堕棿
/// </summary>
[SugarColumn(ColumnName = "TODAY_RUN_TIME")]
- public decimal? todayRunTime { get; set; }
+ public double? todayRunTime { get; set; }
/// <summary>
/// 缂栬緫鏃ユ湡
@@ -198,10 +198,9 @@
[SugarColumn(IsIgnore = true)] public decimal? wjQty { get; set; }
[SugarColumn(IsIgnore = true)] public string? finalResult { get; set; }
- // 鏂板锛氬紑宸ユ暟閲�(鏈�鏃╅噰闆嗗��)銆佸綋鍓嶆暟閲�(鏈�鏂伴噰闆嗗��)
- [SugarColumn(IsIgnore = true)] public long? StartCjNum { get; set; }
- [SugarColumn(IsIgnore = true)] public long? CurrentCjNum { get; set; }
-
- // 鏂板锛氬垵濮嬮噰闆嗘暟
- [SugarColumn(IsIgnore = true)] public long? InitCjNum { get; set; }
+ // 鏂板锛�
+ [SugarColumn(IsIgnore = true)] public long? StartCjNum { get; set; }//寮�宸ユ暟閲�(鏈�鏃╅噰闆嗗��)
+ [SugarColumn(IsIgnore = true)] public long? CurrentCjNum { get; set; }//褰撳墠鏁伴噰(鏈�鏂伴噰闆嗗��)
+ [SugarColumn(IsIgnore = true)] public long? InitCjNum { get; set; }//鍒濆閲囬泦鏁�
+ [SugarColumn(IsIgnore = true)] public int TodayDowntimeCount { get; set; }//浠婃棩鍋滄満娆℃暟
}
\ No newline at end of file
--
Gitblit v1.9.3