From 72efd36649c4515e4f71490a52a15a4886e55247 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 27 Feb 2025 13:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E4=BD=93=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/Trial/Trial.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/IRaCIS.Core.Domain/Trial/Trial.cs b/IRaCIS.Core.Domain/Trial/Trial.cs index e720942e2..0ba5fa28e 100644 --- a/IRaCIS.Core.Domain/Trial/Trial.cs +++ b/IRaCIS.Core.Domain/Trial/Trial.cs @@ -325,6 +325,11 @@ public class StudyName /// 名称 /// public string Name { get; set; } + + /// + /// 英文名称 + /// + public string EnName { get; set; } } [ComplexType]