This commit is contained in:
2024-11-20 09:08:00 +08:00
parent f1abdbc6d0
commit 9300d77ab0
181 changed files with 28244 additions and 119 deletions
@@ -210,5 +210,22 @@ namespace Model
get;
set;
}
/// <summary>
/// 培训部门ID
/// </summary>
public string DepartIds
{
get;
set;
}
/// <summary>
/// 培训部门
/// </summary>
public string DepartNames
{
get;
set;
}
}
}