修改配置

This commit is contained in:
2022-06-08 10:15:25 +08:00
parent 892b6ebffa
commit e26ee1d14a
5 changed files with 31 additions and 5 deletions
@@ -13,6 +13,11 @@ namespace IRaCIS.Core.Application.ViewModel
/// <summary> TaskAllocationRuleView 列表视图模型 </summary>
public class TaskAllocationRuleView : TaskAllocationRuleAddOrEdit
{
public string UserCode { get; set; }
public string UserName { get; set; }
public string FullName { get; set; }
public string UserTypeShortName { get; set; }
public Guid CreateUserId { get; set; }
public DateTime CreateTime { get; set; }
@@ -44,6 +44,13 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid SiteId { get; set; }
public String TrialSiteCode { get; set; } = String.Empty;
public string SubjectCode { get; set; } = String.Empty;
public string UserCode { get; set; }
public string UserName { get; set; }
public string FullName { get; set; }
public string UserTypeShortName { get; set; }
}