From b5636d685f902bacfba65827d78bf59978c111e8 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期二, 30 九月 2025 11:17:46 +0800
Subject: [PATCH] IQC堵穴数,IQC破坏实验
---
StandardInterface/MES.Service/Modes/QsItemOqcReq.cs | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 46 insertions(+), 2 deletions(-)
diff --git a/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs b/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
index 50f6af0..0d76abf 100644
--- a/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
+++ b/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
@@ -125,6 +125,24 @@
[SugarColumn(ColumnName = "RBILL_NO")]
public string? RbillNo { get; set; }
+ /// <summary>
+ /// 杞﹂棿
+ /// </summary>
+ [SugarColumn(ColumnName = "WORK_SHOP")]
+ public string? WorkShop { get; set; }
+
+ /// <summary>
+ /// 閮ㄩ棬ID
+ /// </summary>
+ [SugarColumn(ColumnName = "DEPARTMENT_ID")]
+ public string? DepartmentId { get; set; }
+
+ /// <summary>
+ /// 鐢熶骇绾跨紪鍙�
+ /// </summary>
+ [SugarColumn(ColumnName = "LINE_NO")]
+ public string? LineNo { get; set; }
+
// 娣诲姞浠ヤ笅瀛楁浠ラ�傚簲鏌ヨ杩斿洖鐨勬暟鎹�
[SugarColumn(IsIgnore = true)] public string? ItemName { get; set; }
@@ -138,7 +156,33 @@
[SugarColumn(IsIgnore = true)] public string? Daa015 { get; set; }
- [SugarColumn(IsIgnore = true)] public string? LineNo { get; set; }
+ /// <summary>
+ /// 閫佹鏁伴噺
+ /// </summary>
+ [SugarColumn(ColumnName = "QUANTITY")]
+ public decimal? Quantity { get; set; }
- [SugarColumn(IsIgnore = true)] public decimal? Quantity { get; set; }
+ /// <summary>
+ /// 涓嶈壇鍘熷洜
+ /// </summary>
+ [SugarColumn(ColumnName = "BLYY")]
+ public string? Blyy { get; set; }
+
+ /// <summary>
+ /// 璇勫鐘舵��
+ /// </summary>
+ [SugarColumn(ColumnName = "PSZT")]
+ public string? Pszt { get; set; }
+
+ /// <summary>
+ /// 鎵�灞炶溅闂�
+ /// </summary>
+ [SugarColumn(ColumnName = "SSCJ")]
+ public string? Sscj { get; set; }
+
+ /// <summary>
+ /// 涓嶈壇鎻忚堪
+ /// </summary>
+ [SugarColumn(ColumnName = "FNG_DESC")]
+ public string? FngDesc { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3