From a2170022988a8777d5cc59fd63a7d837ae40590a Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 1 Apr 2022 17:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=A6=E5=8F=B7=E6=8E=89=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Common/DTO/FrontAuditConfigViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs b/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs index 430e4c60a..d46f6d64e 100644 --- a/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs +++ b/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs @@ -83,7 +83,7 @@ namespace IRaCIS.Core.Application.ViewModel /// ChildrenTypeId public string ChildrenTypeId { get; set; } = string.Empty; - public string ModuleTypeId { get; set; } = string.Empty + public string ModuleTypeId { get; set; } = string.Empty; public string ObjectTypeId { get; set; } = string.Empty;