修改查询
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-03-10 14:17:22 +08:00
parent 4cdfb60fdf
commit e5fa3a09b3
4 changed files with 51 additions and 3 deletions
@@ -178,7 +178,25 @@ namespace IRaCIS.Core.Application.Contracts
public bool? IsConfirmed { get; set; }
/// <summary>
/// 课时状态
/// </summary>
public bool? IsDeleted { get; set; }
/// <summary>
/// 用户名
/// </summary>
public string? UserName { get; set; }
/// <summary>
/// 开始时间
/// </summary>
public DateTime? StartCreateTime { get; set; }
/// <summary>
/// 结束时间
/// </summary>
public DateTime? EndCreateTime { get; set; }
}
///<summary> SystemDocumentAddOrEdit 列表查询参数模型</summary>