2024-03-28 培训接口修改

This commit is contained in:
2024-03-28 10:18:58 +08:00
parent 3d64b164e2
commit 1b96387adc
8 changed files with 259 additions and 128 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ namespace BLL
PersonId = item.UserId,
TrainingItemCode = dataItem.TrainingItemCode,
TrainingItemName = dataItem.TrainingItemName,
LearnTime = dataItem.LearnTime,
LearnTime = dataItem.LearningTime,
AttachUrl = dataItem.AttachUrl,
};