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
@@ -48,14 +48,6 @@ namespace Model
set;
}
/// <summary>
/// 培训任务状态
/// </summary>
public string TaskStatesName
{
get;
set;
}
/// <summary>
/// 培训计划时间
/// </summary>
public string TrainStartDate
@@ -119,10 +111,5 @@ namespace Model
get;
set;
}
public string TrainingItemCode
{
get;
set;
}
}
}