From c0cdc243f63dbb0b8b79fefac5bfd2dffbe49cf9 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Fri, 12 Aug 2022 17:43:48 +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
---
.../Service/Reading/Dto/OrganInfoViewModel.cs | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs
index 00a6364c6..a2063e631 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/OrganInfoViewModel.cs
@@ -64,20 +64,20 @@ namespace IRaCIS.Core.Application.ViewModel
public class GetTrialOrganListOutDto
{
public Guid Id { get; set; }
- public string Part { get; set; }
- public string TULOC { get; set; }
- public string TULAT { get; set; }
- public string TypeName { get; set; }
+ public string? Part { get; set; }
+ public string? TULOC { get; set; }
+ public string? TULAT { get; set; }
+ public string? TypeName { get; set; }
///
/// 类型枚举
///
- public OrganType OrganType { get; set; }
+ public OrganType? OrganType { get; set; }
///
/// 备注
///
- public string Remark { get; set; }
+ public string? Remark { get; set; }
}
///OrganInfoQuery 列表查询参数模型