培训类型

This commit is contained in:
2023-05-20 18:22:30 +08:00
parent ec4b8265ea
commit 01a9f8557b
5 changed files with 127 additions and 30 deletions
+2
View File
@@ -34,6 +34,7 @@ namespace BLL
TrainTypeId = trainType.TrainTypeId,
TrainTypeCode = trainType.TrainTypeCode,
TrainTypeName = trainType.TrainTypeName,
TrainType = trainType.TrainType,
Remark = trainType.Remark,
IsAboutSendCard = trainType.IsAboutSendCard,
IsRepeat = trainType.IsRepeat
@@ -54,6 +55,7 @@ namespace BLL
{
newTrainType.TrainTypeCode = trainType.TrainTypeCode;
newTrainType.TrainTypeName = trainType.TrainTypeName;
newTrainType.TrainType = trainType.TrainType;
newTrainType.Remark = trainType.Remark;
newTrainType.IsAboutSendCard = trainType.IsAboutSendCard;
newTrainType.IsRepeat = trainType.IsRepeat;