修改
This commit is contained in:
@@ -39,8 +39,16 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// CreateUserId
|
||||
/// </summary>
|
||||
public Guid CreateUserId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public bool AltKey { get; set; }
|
||||
|
||||
public bool CtrlKey { get; set; }
|
||||
|
||||
public bool ShiftKey { get; set; }
|
||||
|
||||
public bool MetaKey { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user