From 82dac540156cb29e58c86f7d7d840e3c7e548c15 Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期四, 14 八月 2025 19:55:41 +0800 Subject: [PATCH] 来料检,入库检,首检巡检。 --- StandardInterface/MES.Service/Modes/QsItemOqcReq.cs | 26 +++++++++++++++++++++++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs b/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs index 50f6af0..7a4d22f 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,9 @@ [SugarColumn(IsIgnore = true)] public string? Daa015 { get; set; } - [SugarColumn(IsIgnore = true)] public string? LineNo { get; set; } - - [SugarColumn(IsIgnore = true)] public decimal? Quantity { get; set; } + /// <summary> + /// 閫佹鏁伴噺 + /// </summary> + [SugarColumn(ColumnName = "QUANTITY")] + public decimal? Quantity { get; set; } } \ No newline at end of file -- Gitblit v1.9.3