From 810818b52ac65bd701c9582571be23ded5aea776 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 23 十月 2025 14:30:06 +0800
Subject: [PATCH] 不合格后重送检逻辑_2
---
Entites/DbModels/MesReporting.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Entites/DbModels/MesReporting.cs b/Entites/DbModels/MesReporting.cs
index 2b6fd08..0aaaf2a 100644
--- a/Entites/DbModels/MesReporting.cs
+++ b/Entites/DbModels/MesReporting.cs
@@ -132,31 +132,31 @@
/// 绱閲囬泦鏁�
/// </summary>
[SugarColumn(ColumnName = "CJ_QTY")]
- public string? CjQty { get; set; }
+ public decimal? CjQty { get; set; }
/// <summary>
/// 绱鎵撳嵃鏁�
/// </summary>
[SugarColumn(ColumnName = "DY_QTY")]
- public string? DyQty { get; set; }
+ public decimal? DyQty { get; set; }
/// <summary>
/// 绱涓嶈壇鏁�
/// </summary>
[SugarColumn(ColumnName = "BL_QTY")]
- public string? BlQty { get; set; }
+ public decimal? BlQty { get; set; }
/// <summary>
/// 鏈哄彴闈㈡澘鏁�
/// </summary>
[SugarColumn(ColumnName = "JT_QTY")]
- public string? JtQty { get; set; }
+ public decimal? JtQty { get; set; }
/// <summary>
/// 鍒濆鍊�
/// </summary>
[SugarColumn(ColumnName = "CS_QTY")]
- public string? CsQty { get; set; }
+ public decimal? CsQty { get; set; }
[SugarColumn(IsIgnore = true)] public string? StaffName { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3