From 0b7d341367eb6796611cadb464a0d47f866b813f 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:29:40 +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 78d89705..b72dea8d 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 @@ -2121,10 +2121,10 @@ namespace Win.Sfs.SettleAccount.Entities.BQ [ExporterHeader(DisplayName = "库位")] public string ErpToLoc { set; get; } - [ExporterHeader(DisplayName = "最后发运时间")] + [ExporterHeader(DisplayName = "最后发运时间", Format = "yyyy-MM-dd")] public DateTime? ShippingTime { set; get; } - [ExporterHeader(DisplayName = "最后结算时间")] + [ExporterHeader(DisplayName = "最后结算时间", Format = "yyyy-MM-dd")] public DateTime? BillTime { set; get; } [ExporterHeader(DisplayName = "合计数量")]