From 38eef5ea4b8391a2444af56cfdfd528a58184336 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 20 十月 2025 11:12:49 +0800
Subject: [PATCH] 计算日停机次数
---
Entites/DbModels/VOrderBycl.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/Entites/DbModels/VOrderBycl.cs b/Entites/DbModels/VOrderBycl.cs
index 66ecb49..5153ec4 100644
--- a/Entites/DbModels/VOrderBycl.cs
+++ b/Entites/DbModels/VOrderBycl.cs
@@ -172,6 +172,12 @@
public string? StaffName { get; set; }
/// <summary>
+ /// 鎶ュ伐鏃堕棿
+ /// </summary>
+ [SugarColumn(ColumnName = "BG_DATE")]
+ public string? BgDate { get; set; }
+
+ /// <summary>
/// 宸ュ簭鍚嶇О
/// </summary>
[SugarColumn(ColumnName = "PROC_NAME")]
@@ -191,4 +197,10 @@
[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 int TodayDowntimeCount { get; set; }//浠婃棩鍋滄満娆℃暟
}
\ No newline at end of file
--
Gitblit v1.9.3