From 2f2a81e4cc5e2723f970c03937dce4781b427149 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 30 May 2022 09:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/Controllers/UploadDownLoadController.cs | 2 +- IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs | 2 +- IRaCIS.Core.Domain/QC/ConsistencyCheckFile.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs b/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs index c002f71fd..9739b774d 100644 --- a/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs +++ b/IRaCIS.Core.API/Controllers/UploadDownLoadController.cs @@ -489,7 +489,7 @@ namespace IRaCIS.Core.API.Controllers CreateTime = DateTime.Now, FileName = fileName, FilePath = relativePath, - RelativePaths = relativePath, + RelativePath = relativePath, CreateUserId = _userInfo.Id }); diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs index 1c384467a..b311b9a25 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QARecordViewModel.cs @@ -168,7 +168,7 @@ namespace IRaCIS.Core.Application.Contracts.DTO /// /// 相对路径 /// - public string RelativePaths { get; set; } + public string RelativePath { get; set; } /// diff --git a/IRaCIS.Core.Domain/QC/ConsistencyCheckFile.cs b/IRaCIS.Core.Domain/QC/ConsistencyCheckFile.cs index 2107721db..51fd9a461 100644 --- a/IRaCIS.Core.Domain/QC/ConsistencyCheckFile.cs +++ b/IRaCIS.Core.Domain/QC/ConsistencyCheckFile.cs @@ -23,7 +23,7 @@ namespace IRaCIS.Core.Domain.Models /// /// 相对路径 /// - public string RelativePaths { get; set; } + public string RelativePath { get; set; } ///