From 3aafa5186af15f223c74cd053020e796e4c7e10e Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Thu, 30 Nov 2023 16:36:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E5=8F=98=E5=8A=A8=E9=87=8D?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/SettleAccount.Domain/Entities/BQ/Vmi/VmiLog.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Vmi/VmiLog.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Vmi/VmiLog.cs index f7223d3c..29a4b1bf 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Vmi/VmiLog.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Vmi/VmiLog.cs @@ -56,8 +56,8 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Vmi [ExporterHeader(DisplayName = "库存变动")] [Display(Name = "库存变动", Order = 5)] public decimal ChangedQty { get; set; } - [ExporterHeader(DisplayName = "库存变动")] - [Display(Name = "库存变动", Order = 5)] + [ExporterHeader(DisplayName = "版本")] + [Display(Name = "版本", Order = 5)] public int Version { get; set; } public string ConcurrencyStamp { get; set; } public DateTime CreatedTime { get; set; }