1代码合并

This commit is contained in:
2025-02-05 17:57:14 +08:00
parent 4bbce72980
commit 5712066e0a
57 changed files with 334 additions and 3709 deletions
-31
View File
@@ -179,24 +179,6 @@ namespace Model
get;
set;
}
/// <summary>
/// 考试部门ID
/// </summary>
public string DepartIds
{
get;
set;
}
/// <summary>
/// 考试部门名称
/// </summary>
public string DepartNames
{
get;
set;
}
/// <summary>
/// 考试二维码
/// </summary>
@@ -245,18 +227,5 @@ namespace Model
get;
set;
}
/// <summary>
/// 培训类型ID
/// </summary>
public string TrainTypeId
{
get;
set;
}
public string TrainTypeName
{
get;
set;
}
}
}