From d2a1589748640085d161239f86bf1eab278bfa36 Mon Sep 17 00:00:00 2001 From: hehaibing-1996 Date: Tue, 18 Mar 2025 10:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E8=A1=A8=E5=A4=B4=E6=96=87?= =?UTF-8?q?=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WCS.WebApi/Controllers/MatDetailHistoryInfoController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WCS.WebApi/Controllers/MatDetailHistoryInfoController.cs b/WCS.WebApi/Controllers/MatDetailHistoryInfoController.cs index 90bd6a3..520801c 100644 --- a/WCS.WebApi/Controllers/MatDetailHistoryInfoController.cs +++ b/WCS.WebApi/Controllers/MatDetailHistoryInfoController.cs @@ -149,7 +149,7 @@ namespace WCS.WebApi.Controllers new ExportableColumn("记录类型","RecordType"), new ExportableColumn("操作功能","FunctionType"), - new ExportableColumn("货架编码","MatCode"), + new ExportableColumn("物料编码","MatCode"), new ExportableColumn("物料名称","MatName"), new ExportableColumn("物料批次","MatBatch"), new ExportableColumn("物料规格","MatSpec"),