This commit is contained in:
he
2022-12-08 16:15:44 +08:00
parent 422dadad36
commit 1b123b0a3d
4 changed files with 17 additions and 0 deletions
@@ -114,6 +114,9 @@ namespace IRaCIS.Core.Domain.Models
//string UpdateUserName { get; set; }
public DateTime UpdateTime { get; set; }
public int? NumberOfFrames { get; set; }
public bool IsDeleted { get; set; }
public DateTime? DeletedTime { get; set; }