自动生成培训计划

This commit is contained in:
2025-04-19 16:21:39 +08:00
parent 18819ad259
commit 4746c21508
29 changed files with 1357 additions and 3443 deletions
@@ -117,6 +117,7 @@ namespace BLL
{
return (from x in Funs.DB.Training_CompanyTraining
where x.IsEndLever == true
orderby x.CompanyTrainingCode
select x).ToList();
}