修改配置
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user