This commit is contained in:
2023-09-22 17:36:00 +08:00
parent dece3781ec
commit 9942cdcf6f
49 changed files with 2907 additions and 2375 deletions
@@ -93,7 +93,7 @@ namespace Model
get;
set;
}
public int LearnTime
public int? LearnTime
{
get;
set;
@@ -103,7 +103,11 @@ namespace Model
get;
set;
}
public int? VideoProgress
{
get;
set;
}
}
}