From 17a83d6932d17686e65b563e339716cbcf7a5b4c Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 26 三月 2025 16:23:26 +0800 Subject: [PATCH] 1.ipqc后台 2.新增样本已录入数 3.来料检优化 --- entity/MesQaItemsDetectDetail5.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/entity/MesQaItemsDetectDetail5.cs b/entity/MesQaItemsDetectDetail5.cs index e70cef6..f3c9c97 100644 --- a/entity/MesQaItemsDetectDetail5.cs +++ b/entity/MesQaItemsDetectDetail5.cs @@ -196,5 +196,11 @@ [SugarColumn(ColumnName = "ybsl")] public int? Ybsl { get; set; } + /// <summary> + /// 鏍锋湰宸插綍鍏ユ暟 + /// </summary> + [SugarColumn(IsIgnore = true)] + public int? YbslIn { get; set; } + [SugarColumn(IsIgnore = true)] public int? Unqualified { get; set; } } \ No newline at end of file -- Gitblit v1.9.3