This commit is contained in:
he
2022-12-08 16:47:37 +08:00
parent 1b123b0a3d
commit 5c3701012a
7 changed files with 83 additions and 13 deletions
@@ -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; }