修改
This commit is contained in:
@@ -110,12 +110,15 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// </summary>
|
||||
public Guid CreateUserId { get; set; }
|
||||
|
||||
|
||||
public int? NumberOfFrames { get; set; }
|
||||
|
||||
public Guid UpdateUserId { get; set; }
|
||||
//string UpdateUserName { get; set; }
|
||||
public DateTime UpdateTime { get; set; }
|
||||
|
||||
|
||||
public int? NumberOfFrames { get; set; }
|
||||
|
||||
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user