From ecc3f884219f489c2de9b6c8f3f4a8a66c366cbb Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 16 Aug 2022 17:18:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/OrganInfoViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs index f281d84ed..daec6d9de 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs @@ -29,7 +29,7 @@ namespace IRaCIS.Core.Application.ViewModel /// CriterionNidusAddOrEdit 列表查询参数模型 public class CriterionNidusAddOrEdit { - public Guid Id { get; set; } + public Guid? Id { get; set; } public Guid CriterionId { get; set; } public string NidusType { get; set; } public string NidusTypeCN { get; set; }