From 80b5db679d95b5eaf0da83c1a078e7a105bf327d Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期三, 17 九月 2025 17:50:38 +0800 Subject: [PATCH] 1、条码删除增加校验 --- MES.Service/Dto/webApi/ErpProductionOrderSubDto.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpProductionOrderSubDto.cs b/MES.Service/Dto/webApi/ErpProductionOrderSubDto.cs index 8e0b94d..c016fba 100644 --- a/MES.Service/Dto/webApi/ErpProductionOrderSubDto.cs +++ b/MES.Service/Dto/webApi/ErpProductionOrderSubDto.cs @@ -4,7 +4,7 @@ { public string? FBILLNO { get; set; } // 搴忓彿 public string? FSEQ { get; set; } // 搴忓彿 - public string? FMaterialID2 { get; set; } // 瀛愰」鐗╂枡缂栫爜 + public string? FMaterialID { get; set; } // 瀛愰」鐗╂枡缂栫爜 public string? FMustQty { get; set; } // 闇�棰嗙敤閲� public string? FPickedQty { get; set; } // 宸查鐢ㄩ噺 public string? FPositionNO { get; set; } // 浣嶇疆鍙� @@ -13,7 +13,7 @@ public string? FLot { get; set; } // 鎵瑰彿 public string? FStockID { get; set; } // 浠撳簱 public string? FIssueType { get; set; } // 鍙戞枡鏂瑰紡 - public string? FUnitID2 { get; set; } // 鍗曚綅 + public string? FUnitID { get; set; } // 鍗曚綅 public string? FSupplyType { get; set; } // 渚涘簲绫诲瀷 public string? FNumerator { get; set; } // 鍒嗗瓙 public string? FDenominator { get; set; } // 鍒嗘瘝 -- Gitblit v1.9.3