小程序接口、培训计划界面调优

This commit is contained in:
2025-03-05 17:00:55 +08:00
parent e975ddbf1d
commit 02ba872cee
20 changed files with 422 additions and 1637 deletions
@@ -111,5 +111,15 @@ namespace Model
get;
set;
}
/// <summary>
/// 是否是重修任务
/// </summary>
public int IsRetakeCourse
{
get;
set;
}
}
}