修改
This commit is contained in:
@@ -88,7 +88,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public bool IsTestUser { get; set; }
|
||||
|
||||
[Projectable] public string FullName => LastName + " / " + FirstName;
|
||||
/// <summary>
|
||||
/// 自动切换下一个任务
|
||||
/// </summary>
|
||||
public bool AutoCutNextTask { get; set; } = false;
|
||||
|
||||
[Projectable] public string FullName => LastName + " / " + FirstName;
|
||||
|
||||
//[Projectable] public string FullName => $"{LastName} / {FirstName}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user