From 823e5cae379ee1a259f79060ca0015d381c61f79 Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期六, 16 八月 2025 08:32:11 +0800 Subject: [PATCH] 入库检,来料检显示权限 --- StandardInterface/MES.Service/Modes/QsItemOqcReq.cs | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 52 insertions(+), 2 deletions(-) diff --git a/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs b/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs index b1fb7b6..0d76abf 100644 --- a/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs +++ b/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs @@ -119,6 +119,30 @@ [SugarColumn(ColumnName = "ITEM_ID")] public decimal? ItemId { get; set; } + /// <summary> + /// 閫佹鎵规 + /// </summary> + [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; } @@ -132,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