添加IsBeMark

This commit is contained in:
he
2026-01-23 13:55:20 +08:00
parent 7a2d95a77c
commit 2ce112720a
2 changed files with 14 additions and 1 deletions
@@ -20,6 +20,8 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsDeleted { get; set; }
public bool IsBeMark { get; set; }
public DateTime? MarkTime { get; set; }
}