合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
+18
View File
@@ -179,6 +179,24 @@ namespace Model
get;
set;
}
/// <summary>
/// 考试部门ID
/// </summary>
public string DepartIds
{
get;
set;
}
/// <summary>
/// 考试部门名称
/// </summary>
public string DepartNames
{
get;
set;
}
/// <summary>
/// 考试二维码
/// </summary>