From 8000b3a16fbea87ba4fcbc70a4540723849bf5a8 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 21 十一月 2025 14:14:26 +0800
Subject: [PATCH] 开工数采逻辑优化
---
Entites/DbModels/VOrderBycl.cs | 45 +++++++++++++++++++++++++++++++++++++--------
1 files changed, 37 insertions(+), 8 deletions(-)
diff --git a/Entites/DbModels/VOrderBycl.cs b/Entites/DbModels/VOrderBycl.cs
index 54ff0da..c65ff01 100644
--- a/Entites/DbModels/VOrderBycl.cs
+++ b/Entites/DbModels/VOrderBycl.cs
@@ -70,6 +70,12 @@
public decimal? Daa012 { get; set; }
/// <summary>
+ /// 寮�宸ユ椂闂�
+ /// </summary>
+ [SugarColumn(ColumnName = "DAA016")]
+ public string? Daa016 { get; set; }
+
+ /// <summary>
/// 鍒�鍏蜂唬鐮�
/// </summary>
[SugarColumn(ColumnName = "CUTTER_ID")]
@@ -139,13 +145,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>
/// 缂栬緫鏃ユ湡
@@ -172,6 +178,12 @@
public string? StaffName { get; set; }
/// <summary>
+ /// 鎶ュ伐鏃堕棿
+ /// </summary>
+ [SugarColumn(ColumnName = "BG_DATE")]
+ public string? BgDate { get; set; }
+
+ /// <summary>
/// 宸ュ簭鍚嶇О
/// </summary>
[SugarColumn(ColumnName = "PROC_NAME")]
@@ -189,13 +201,30 @@
[SugarColumn(ColumnName = "ITEM_NO")]
public string? itemNo { get; set; }
+ /// <summary>
+ /// 寮�宸ユ椂闂村墠涓�鏉$殑閲囬泦鏁伴噺
+ /// </summary>
+ [SugarColumn(ColumnName = "PRE_START_CJ_NUM")]
+ public long? preStartCjNum { get; set; }
+
+ /// <summary>
+ /// 璋冩満鏃堕棿鍓嶄竴鏉$殑閲囬泦鏁伴噺
+ /// </summary>
+ [SugarColumn(ColumnName = "PRE_START_tj_NUM")]
+ public long? preStartTjNum { get; set; }
+
+ /// <summary>
+ /// 璋冩満鏃堕棿
+ /// </summary>
+ [SugarColumn(ColumnName = "MA_START_TIME")]
+ public string? maStartTime { get; set; }
+
[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