From 76dcdb13b272c49e1b894c7eef48ec4701d8a79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com> Date: Mon, 29 Apr 2024 13:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettleAccount.Application/Entities/BQ/VmiAppService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs index 1492bfe8..78d89705 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs @@ -2109,10 +2109,10 @@ namespace Win.Sfs.SettleAccount.Entities.BQ [ExporterHeader(DisplayName = "生产码")] public string VinCode { set; get; } - [ExporterHeader(DisplayName = "虚拟零件号")] + [ExporterHeader(DisplayName = "虚拟总成号")] public string MatchNumber { set; get; } - [ExporterHeader(DisplayName = "零件类型")] + [ExporterHeader(DisplayName = "生产码类型")] public string CodeType { set; get; } [ExporterHeader(DisplayName = "厂内零件号")]