This commit is contained in:
2023-08-29 18:56:49 +08:00
parent 6b420b5bd8
commit 6c19bf6a3e
56 changed files with 2342 additions and 2166 deletions
@@ -87,5 +87,23 @@ namespace Model
get;
set;
}
}
public DateTime? StartTime
{
get;
set;
}
public int LearnTime
{
get;
set;
}
public DateTime? EndTime
{
get;
set;
}
}
}