This commit is contained in:
2026-04-07 16:56:10 +08:00
parent 48785fbdae
commit 8cb99d48f5
3 changed files with 57 additions and 44 deletions
+4
View File
@@ -97,6 +97,10 @@ namespace Model
/// </summary>
public string InTime { get; set; }
/// <summary>
/// 入场时间
/// </summary>
public DateTime? InTimeValue { get; set; }
/// <summary>
/// 出场时间
/// </summary>
public string OutTime { get; set; }