修改之前的导出国际化

This commit is contained in:
2023-06-08 10:35:57 +08:00
parent 8e1d2855c6
commit 484ad67152
6 changed files with 314 additions and 136 deletions
@@ -3,6 +3,7 @@
// 生成时间 2021-12-23 13:21:04
// 对此文件的更改可能会导致不正确的行为,并且如果重新生成代码,这些更改将会丢失。
//--------------------------------------------------------------------
using IRaCIS.Core.Application.Helper;
using IRaCIS.Core.Domain.Share;
using Newtonsoft.Json;
@@ -24,13 +25,14 @@ namespace IRaCIS.Core.Application.Contracts
public DateTime? ExpireTime { get; set; }
[DictionaryTranslateAttribute("YesOrNo")]
public bool? IsJoin { get; set; }
public DateTime? ConfirmTime { get; set; }
public string RejectReason { get; set; } = string.Empty;
[DictionaryTranslateAttribute("researchUserState")]
public TrialSiteUserStateEnum State
{
get
@@ -89,6 +91,8 @@ namespace IRaCIS.Core.Application.Contracts
public string LastName { get; set; } = string.Empty;
public string Phone { get; set; } = string.Empty;
public string Email { get; set; } = string.Empty;
[DictionaryTranslateAttribute("YesOrNo")]
public bool IsGenerateAccount { get; set; }
public Guid TrialRoleNameId { get; set; }